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

    Hi,
    i just recognised, that my menue gets cut of in responsive 1024px.

    How can i activate responsive menue for 1024px?

    Please have a look on my page: i added link in private content.

    Kind regards Jak

    #1124250

    Please help.
    kind regards Jak

    #1124255

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Jordan Shannon

    #1124259

    Hi Shannon,

    many thanks for your fast reply!!!

    Unfortunately it is still not working.

    Please have a look. I added my website in private content section.

    kind regards Jak

    #1124265

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1124334

    Hi Shannon,

    seems to work.

    Many many thanks!!!

    kind regards
    Jak

    #1124350

    Hi Jak,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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