• Resolved doatrip

    (@doatrip)


    I do not know if this is a general bug or just on my particular website.
    However on my integral pro version the sticky header is not working for mobile devices.
    As the toogle is switched on the functionality is perfect on a regular desktop pc.
    Any idea?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Theme Author themely

    (@themely)

    Hello @doatrip

    The sticky header functionality is disabled on mobile devices because it was causing too many issues with large logos which increased the height of the header and overlapped the content.

    But if you require it you can look at the bottom of the style.css file on line 1896.

    Just remove this bit of code and it will start working on mobile devices.

    .navbar-fixed-top {
            position: relative;
        }
Viewing 1 replies (of 1 total)
  • The topic ‘Sticky Header’ is closed to new replies.