Jewels Template Menu - Question | JoomShaper

Jewels Template Menu

MT

Max Tex

Template 1 year ago

Please, I can't find the background size for the submenu (Jewels Template) I need to adjust it to fit the text size. See the attached file https://linen.sviluppo.host/images/2024/Test/Schermata%202024-09-02%20alle%2018.54%20copy.jpg

Domian https://linen.sviluppo.host/

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166496

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 160px !important;
}

-Regards.

0
MT
Max Tex
Accepted Answer
1 year ago #166518

Thank you!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166610

You are always welcome.

0
MT
Max Tex
Accepted Answer
1 year ago #166647

I'm sorry, I have one more question.

How to reduce the size of a mobile phone logo? I tried uploading another small logo for the phone, but it takes up the same amount of space. Due to its size, part of the menu is shifted down. Please, see the picture: https://linen.sviluppo.host/images/2024/Test/Logo.jpg

Thank you very much

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166761

You can use this CSS in your custom.css file

@media (max-width: 575px) {
    #sp-header .logo {
        height: 35px !important;
    }
}
0
MT
Max Tex
Accepted Answer
1 year ago #166937

Thank you!

I found another problem: links to social networks stopped working when the window is opened in a large size. Everything was ok before but not now( https://linen.sviluppo.host/images/2024/Test/Icons.jpg

How can I fix this? Thank you!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166956

You are welcome.

Could you please create a new forum post about this new issue?

0