• Resolved awmaeder

    (@awmaeder)


    sticky header on mobile not working

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @awmaeder,

    Try adding this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

        @media only screen and (max-width: 1024px) {
    .transparent-header .shfb-mobile {
    position: fixed;
    }
    }
    Thread Starter awmaeder

    (@awmaeder)

    Thanks a lot! Worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘sticky header’ is closed to new replies.