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

    Hello Support!
    I want to customize my main burger menu on smal displays (mobiles)
    I havent found a css code where i can adjust the position more to left with for example 50px
    It it may possible to skip the header and show the burger symbol as i show in attached picture?
    https://1drv.ms/u/s!AgR-Im5lamBEgWHTvEoyYBcR9v8C?e=5kpANL

    #1341797

    Hey alliansohog,

    Thanks for the screenshot. So you are looking to have a transparent header on mobile? If so, then please refer to this: https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile

    Best regards,
    Rikard

    #1341869

    Hello Rikard!
    Thank you for your answer. Your recommended transparent header for mobile dont work for me not with the Burger menu, only on larger screens.

    But more importent is that the Burger menu symbol stick to the very right screen edge as you seen in the screenshot on very small screens. with small screens it seems OK (space between the Burger symbol and the screenborder)

    #1341908

    Hi alliansohog,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        position: absolute;
      }
    
      .responsive #top #wrap_all .header_bg {
        background-color: transparent;
      }
    
      .responsive #top #wrap_all .av-logo-container {
        padding: 0 50px;
      }
    }

    Best regards,
    Nikko

    #1341989

    Hello Nikko!
    i added your code as you recommended, but still the same:

    https://1drv.ms/u/s!AgR-Im5lamBEgWJ61SC50kl4S9Vq?e=UglTUq

    #1341991

    Hi alliansohog,

    The code is not working because there’s this text before it which makes it invalid:

    [av_privacy_google_tracking]

    Please remove it.

    Best regards,
    Nikko

    #1341997

    Oh, what a miss from me.
    Thanks a lot for your help!
    Its working fine

    #1342014

    Hi alliansohog,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Burger menu position’ is closed to new replies.