Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1488253

    Hi : )
    How do I make the navigation header sticky on mobile?

    #1488265

    I am using this and it is working, but I am getting a bunch of extra padding under the Logo/burger:
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed;
    }

    #1488279

    Hi,

    Thank you for the inquiry.

    We can’t reproduce the issue on our end. Did you remove the css code? Please create a test page so we can inspect the issue. It seems to be working correctly when we apply the same modification directly in the browser.

    View post on imgur.com

    Best regards,
    Ismael

    #1488284

    is this a transparent header on desktop view?
    then you had to adjust on fixed non-transparent header the padding-top of #main

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