Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1353622

    Hi,

    I already enabled Sticky Header in Enfold > Header > Header Behavior . It worked for the desktop version perfectly.

    Unfortunately, it does not apply to the mobile and iPad version. How do I change this?

    Thank you,

    Veronika

    #1353690

    Hey Veronika,

    Please refer to this: https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile

    Best regards,
    Rikard

    #1353729

    Hi Rikard,

    I already tried that, but when I do, it looks like this: https://imgur.com/XoIFqPy

    The burger menu is changed, a white header is added and it is not sticky to the top

    Thank you for further instructions

    Best,
    Veronika

    #1353735
    This reply has been marked as private.
    #1353874

    Hi,

    Thank you for the update.

    Would you like to adjust the breakpoint of the content slider entries as well and make the entries full width? Try to include this css code.

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first {
        margin-left: 0;
        width: 100%;
    }
    }

    Best regards,
    Ismael

    #1353904

    Hi,

    unfortunately the burger menu is still not fixed on my mobile version

    Thank you very much

    Best,

    Veronika

    • This reply was modified 2 years, 5 months ago by Veronika.
    #1353906
    This reply has been marked as private.
    #1354237

    Hi,
    Thanks for your patience, I adjusted your css a little to correct the burger icon and the search icon and added this to make your mobile header sticky:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed;
      }
    }

    2022-06-05_114502.jpg
    Note that once you scroll some the header is not transparent, thus the white header background, this is the correct behavior and the desktop version also does this.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1355535

    Hi Mike,

    I would like to have always a transparent header. And there is a movement on my logo, how do I remove it? https://imgur.com/4XQS9Gq

    Thank you very much!

    Best,
    Veronika

    #1355536

    Hi,
    Do you always want the transparent header on desktop also or just mobile?
    Will this be for all pages?

    Best regards,
    Mike

    #1357265

    Hi Mike,

    yes the header should always be transparent.

    Unfortunately the burger menu and the search icon have the wrong alignment!
    It should look like this: https://imgur.com/jitTxBx Aligned underneath each other, on Ipad, mobile and Web version

    The logo should disappear on the mobile version only, when scrolling. I’d like to keep it fixed on my iPad and web version. (das logo sollte auf der handy version nicht mit scrollen, sondern verschwinden. Nur auf der Webversion und iPad version sollte es fixiert bleiben wie das burger menu und das such-icon)

    Thank you for your help

    Best,

    Veronika

    #1357273

    Hi,
    Sorry I thought the menu and search icon being stacked was an error, I returned it to the way it was and I made the mobile logo disappear on the mobile version only, when scrolling.
    Please check.

    Best regards,
    Mike

    #1357303

    Hi Mike,

    it looks great, thank you. There is only two things left:

    – on the iPad version, there seems to be a problem: https://imgur.com/lxVvItb

    – the burger menu and the search icon are displaced. I tried this:

    .av-hamburger {
    padding-top: 0px;
    padding-right: 15px;
    }

    #menu-item-search > a:nth-child(1) {
    padding-right: 3px;
    top: 40px;
    }

    but it did not work

    Thank you

    Best,
    Veronika

    #1357305
    This reply has been marked as private.
    #1357351

    Hi Veronika,

    Please try adding this CSS code in Quick CSS:

    @media only screen and (max-width:767px) {
      .html_burger_menu_active #top #wrap_all #header #avia-menu .av-burger-menu-main.menu-item-avia-special > a {
        top: 0 !important;
      }
    
      .av-burger-menu-main.menu-item-avia-special .av-hamburger {
        line-height: 50px;
        padding: 15px 25px;
      }
    
      .html_burger_menu_active #top #wrap_all #menu-item-search > a {
        top: 40px;
      }
    }

    Best regards,
    Nikko

    #1357465

    Hi Nikko,

    I added the code to the quick CSS and to custom CSS, unfortunately, both did not work.

    Any recommendations?

    Thank you

    Best,
    Veronika

    #1357485

    Hi Veronika,

    I checked it on my mobile phone and it lifted the burger menu and the search icon:

    Best regards,
    Nikko

    #1357560

    Hi Nikko,

    I already figured it out, thank you

    You can close this now.

    Best,
    Veronika

    #1357571

    Hi Veronika,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘sticky burger menu mobile/Ipad version’ is closed to new replies.