Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #839748

    On resizing the browser window I’m seeing the main menu disappear at about the 1100 pix breakpoint, and the whole header becomes taller.

    On Chrome, the menu does not re-appear as the window width shrinks – On Firefox the mobile burger menu eventually displays

    #839864

    Hey Derek,

    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: 1098px) {
      .html_mobile_menu_tablet .main_menu, 
      .html_mobile_menu_tablet #header_main_alternate {
        display: block;
      }
    
      .menu-item {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #839913

    I’m afraid it doesn’t seem to change the behaviour whether i add it to quick css or the css file

    #840862

    Hi Derek,

    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: 1110px) {
      .html_mobile_menu_tablet .main_menu, 
      .html_mobile_menu_tablet #header_main_alternate {
        display: block !important;
      }
    
      .menu-item {
        display: none;
      }
    
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

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

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