Mobile Version Menu - Question | JoomShaper

Mobile Version Menu

XU

Xabier Urrestarazu

Template 1 month ago

Hi,

I have used a Custom CSS of 30px padding top to set the logo correctly aligned with the menu items. However, when I see the mobile version it doesn't fit correctly. How can I deactivate that padding for the mobile version?

1
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #152526

Hi

Use this custom CSS in your custom.css file

@media (max-width: 992px){
#sp-header .logo {
    margin-top: -30px !important;
    height: auto;
}
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #152359

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
XU
Xabier Urrestarazu
Accepted Answer
1 month ago #152409

Sure. I attach a screenshot of the desktop menu and the mobile menu.

![]https://www.exteriorplus.es/desktop_menu.jpg ![]https://www.exteriorplus.es/mobile-menu.JPG

0
XU
Xabier Urrestarazu
Accepted Answer
1 month ago #152594

It worked, thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #152655

Glad to know that.

0