Site logo

Archived topic

Mobile Menu Layout and display

18 replies · Started by Paolo Fauci on August 12, 2019

Viewing posts 16–19 of 19

Always a good idea to check with the plugin support.

Maybe that CSS isn't needed anywhere else so you can simply remove it.

Ok Leo, thank you very much for your assistance.

See you soon
Paolo

Hi Leo

the Optimizepress support sent me this CSS.

@media only screen and (max-width: 767px) and (min-width: 300px){
#mobile-header.toggled .main-nav > ul, #mobile-header .menu-toggle, #mobile-header .mobile-bar-items {
display: flex;
width: 120px;
margin-top: 20px;

}
.menu-toggle .mobile-menu {
padding-left: 10px;
margin-top: -20px;
}
}

The mobile menu is now clearly visible.

Thank you so much for your help.
Paolo

No problem :)

This archived topic is closed to new replies.