Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #272331

    Hi – since allowing yesterday’s theme update, at a certain browser size there is now NO main menu :(

    A while ago we did need to edit the file to alter when the full menu swaps out to mobile menu, and that was perfect, but now this problem since the update. HELP !!!

    Thanks guys love to support, you’re legend !

    #272352

    Hi evtilsley!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .responsive #header .main_menu ul {
    display: block;
    }}

    I recommend you to go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px, so menu will not overlap your logo :)

    Cheers!
    Yigit

    #278606

    Perfect thanks Yigit as ever :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘main menu issue after update’ is closed to new replies.