Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #426203

    Hi, on smaller screen size (i.e. iPad), the menu gets under the logo; how can I correct that?

    Thanks
    David

    #426219

    Hey davidesieb!

    Add this to your custom CSS.

    @media screen and (max-width:999px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    #426223

    Hi Elliott, thanks for your answer; but that doesn’t seem to solve the problem…
    Any idea?

    #426228

    Oh, and btw, do you know what’s the better way to align the footer columns with the columns on the page?
    Thank you

    #426352

    Hey!

    Alignment seems to be fine on my end – http://i.imgur.com/iXx8MhJ.png
    Can you please post a screenshot and show the changes you would like to make?

    Regards,
    Yigit

    #426633

    Hey Yigit, thanks for your answer. The first column is ok, is the next ones; it seems to have a padding/margin I can’t remove

    #426635

    And any idea concerning the overlapping of the logo/menu problem? Still unresolved…

    #426964

    Hey!

    You can add this to the Quick CSS field to show the mobile menu earlier:

    @media only screen and (max-width: 1100px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #427054

    Hi Ismael, thank you, but I tried your code, and nothing seems to change…
    Thank you for your help!
    ; )
    David

    #427551

    Hi!

    Add the code to the very top of the Quick CSS field. This will ensure none of your other code is causing problems from typos, etc etc. Also make sure to clear your browser cache and any caching related plugins you might have installed.

    Cheers!
    Elliott

    #427582

    Hi,
    I just did that; and I tried to remove every other css change there but with no avail.

    Still no change…
    Is it because I’m using extensions like Microthemer?

    Thanks for your help!
    David

    #428151

    Hi!

    Is it working when you deactivate the plugin? Please post the login details here so that we can check it. Set it as a private reply.

    Cheers!
    Ismael

    #428265
    This reply has been marked as private.
    #429036

    Hey!

    It should be working now. Make sure to clear your cache if your not seeing any changes.

    Cheers!
    Elliott

    #429037

    It is!
    thank you!
    ; )

    #429400

    Hey!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Menu under logo’ is closed to new replies.