Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #847231

    Hi there, after the update on my site, I don’t see a navigation menu 1300px and 990px width. Any solution to this? Credentials available below.

    Thank you!

    #847313

    Hey Michael,

    Login details are not working, could you check and verify please? Also, are you using any custom CSS related to the menu?

    Best regards,
    Rikard

    #847316

    Whoops. Must not have actually created the account. Details attached again.

    Yes there is custom CSS all in the quick CSS. But they were added by others in the past. The problem wasn’t occurring before the update however… I don’t believe.

    Any help appreciated.

    #848509

    Whoops. Must not have actually created the account. Details attached again.

    Yes there is custom CSS all in the quick CSS. But they were added by others in the past. The problem wasn’t occurring before the update however… I don’t believe.

    Any help appreciated.

    #848557

    Hi mikemhn,

    You have it set in your css http://imgur.com/a/HXA41
    Can you please disable caching and minification, while we are helping you.

    Best regards,
    Victoria

    #848572

    Disabled Caching and minification.

    I think I remember now. I received that code in quick CSS to enable the mobile menu at 1300px. Currently, it just disappears instead.

    #848980

    Hi mikemhn,

    Here is the correct code to show the menu up until 1300, please remove the one I showed you on the screenshot.

    
    @media only screen and (max-width: 1300px) {
      .html_mobile_menu_tablet .main_menu, 
      .html_mobile_menu_tablet #header_main_alternate {
        display: block;
      }
      .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 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.