keep top header static

Home Forums Handy Theme Support keep top header static

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #80232
    edford80edford80
    Member
    • Topics: 6
    • Replies: 12
    • Total: 18
    Member since: July 7, 2017

    Hello

    Is there any way I can keep the top header static??

    Kind regards

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

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Brad

    #80308
    edford80edford80
    Member
    • Topics: 6
    • Replies: 12
    • Total: 18
    Member since: July 7, 2017

    www.doctoredford.com

    I forgot to mention, static when I scroll down

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

    Hi,

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

    Add this code there:

    .header { position:fixed; z-index:99999999;}
    .header-top { position:fixed; top:98px; z-index:99999999;}
    .slider-main { top:97px;}

    Regards,
    Brad

    #80442
    edford80edford80
    Member
    • Topics: 6
    • Replies: 12
    • Total: 18
    Member since: July 7, 2017

    thanks

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

    🙂

    #86840
    smith.rebecca.esmith.rebecca.e
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: November 3, 2017

    Hi,

    I would also like to keep my top header static. I tired inputting the CSS code in the above response, however it squishes my header.

    My website is http://stockdillhomegarden.com.au/ could you please have a look & provide the CSS code like you did for the other fella?

    I would be so appreciative.

    Thanks
    Rebecca

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

    Hi Rebecca,

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

    Add this code there:

    .header { width: 100%; position: fixed; z-index: 99999;}
    .header-top, .slider-main { top:110px;}

    Regards,
    Brad

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