Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #906456

    Wo ist der Punkt, wo die Pixelzahl zwischen PC- und Mobil Menü eingestellt wird?
    Gruß
    Andreas

    #906626

    Hey AndreasSeydell,

    Please, can you explain your question better?

    Best regards,
    John Torvik

    #906733

    Please look:
    Menu1

    This is ok.

    Menu2

    This is not ok.

    Menu3

    This is ok.

    Where is the Point in ENFOLD to change between this menu variations? Can’t find it …

    #906789

    Hi,

    Thanks for the screenshots. Just to clarify, the problem is that the menu is overlapping the logo? If so, could you post a link to the site in question so that we can have a closer look please?

    Best regards,
    Rikard

    #906799
    #907090

    Hi,

    To be sure we understand properly, you need to modify the mobile menu to come up faster, correct?

    Best regards,
    Basilis

    #907193

    Yes, the second piture need the mobil menu.
    I think we need an individual pixel value to change from standard to mobil menu.
    Regards
    Andreas

    #907361

    Hi,

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

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

    Best regards,
    Rikard

    #907462

    Perfect !!!
    THX
    Please close this thread.

    Andreas

    #907544

    Hi Andreas,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menus’ is closed to new replies.