Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #304038

    Under Enfold theme options > Header Layout > Mobile Menu

    There is an option to activate the mobile menu at 990px for tablets etc How can I customize this to activate at larger pixel size? 1024px for example where is the file located that I can edit this thanks.

    #304113

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #874654

    Hi!
    This code doesn´t work in the new version of Enfold.
    Can you help me?
    Thanks!

    #874742

    Hi contalento,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      .menu-item {
        display: none;
      }
      .main_menu {
        display: block !important;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #874833

    It works perfect.
    Thank you very much Victoria!

    #875270

    Hi contalento,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1254794

    Hi Victoria,

    I have noticed that when this css is inserted the cart icon disappears from the menu.

    Do you think there is a workaroud that?

    Best,
    Alexander

    #1254856

    Hey Alex,

    Did you have a link to the site/page in question so we can look into this further?

    Best regards,
    Jordan Shannon

    #1254963

    Hi Jordan,

    Thank you getting back to me!
    Link:https://shop.pearlsmile.com/en/

    Best,
    Alexander

    #1254965

    Hi Alexander,

    Please add following code to Quick CSS as well

    #menu-item-shop.cart_dropdown {
        display: block;
    }

    Best regards,
    Yigit

    #1254969

    Hi Yigit,
    It works! Thank you lots and have a good one!
    Best,
    Alexander

    #1254973

    Hi,

    You are welcome!

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Activate the mobile menu past 990px’ is closed to new replies.