[Resolved] Mobile Menu Layout and display

Home Forums Support [Resolved] Mobile Menu Layout and display

Home Forums Support Mobile Menu Layout and display

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #982478
    Leo
    Staff
    Customer Support

    Always a good idea to check with the plugin support.

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

    #982607
    Paolo Fauci

    Ok Leo, thank you very much for your assistance.

    See you soon
    Paolo

    #982754
    Paolo Fauci

    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

    #982928
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.