Hotel Sticky Header

Home Forums Hotel Pro Hotel Sticky Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126897
    George RobinsonGeorge Robinson
    Participant
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: June 25, 2019

    Website URL: https://glswebsites.com.au
    Message: Hi, can you please help. I am trying to make the header sticky on this theme but are having trouble.

    even if i have to replace the header function in php, there must be a way?

    But apart from this I love your themes!

    Kind regards,
    George

    #126929
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header {
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 10000;
    }

    Regards,
    Chris

    #127168
    George RobinsonGeorge Robinson
    Participant
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: June 25, 2019

    Thank you!

    #127312
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi George,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/23/

    Regards,
    Chris

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