Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #277325

    Hi-

    The menu slides under the logo unless browser is full size. Also, happens with Ipad (menu under logo). It won’t kick into small screen menu until it’s about cell phone size.

    Sarah

    #277641

    Hey Sarah!

    Please update the theme to the latest version (2.8.1).

    Best regards,
    Josue

    #277750

    I didn’t see any update notice on the dashboard but I redownloaded the Enfold theme from themeforest and uploaded via FTP. No change.

    #277756

    Try adding this code to the Quick CSS:

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

    That will make the mobile menu toggle appear sooner.

    Cheers! 
    Josue

    #277767

    HI Josue. I appreciate the quick response. I added it to the child theme in style.css. It worked!!!

    Thanks very much,

    Sarah

    #277768

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Under Logo’ is closed to new replies.