Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #906293

    Hi,

    I’ve searched the support but I cannot find a solution to these problems concerning teh hamburger menu:
    – on mobile screens the menu has a lot of whte space above the first menu item, how can I make sure it starts at the top?
    – on mobile and iPad screen the home icon I’ve used in the menu is not aligned at the bottom, how can I make sure its aligned correctly?

    Thanks a lot!

    #906322

    Hey JantienM,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
        line-height: 4 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #906338

    Hi Nikko,

    Nope sorry that didn’t work.

    I must say I am already using some code that’s handling the menu and the hamburger menu, maybe hat’s intervering?
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .responsive #top #header {
    position: absolute !important;}}

    @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;
    }
    }

    #906545

    Hi,

    Did you add Nikko’s code to the very top of quick css so it runs first?

    Best regards,
    Jordan Shannon

    #906827

    Jordan, I tried, but still doesn’t work I’m afraid. Any ideas?
    Thanks

    #906933

    Hi,

    How about trying this css instead. Keep in mind there will still be a little space for the search and close icons.

    #av-burger-menu-ul{
    padding-top:110px!important;
    }

    Best regards,
    Jordan Shannon

    #1015721

    Thanks Jordan, that worked. Topic can be closed.

    #1015856

    Hi JantienM,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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