Home › Forums › Handy Theme Support › keep top header static
- This topic has 7 replies, 3 voices, and was last updated 6 years, 1 month ago by
Sonnal S Sinha.
-
AuthorPosts
-
August 3, 2017 at 5:28 pm #80232
Hello
Is there any way I can keep the top header static??
Kind regards
August 4, 2017 at 4:56 am #80255Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradAugust 4, 2017 at 2:52 pm #80308www.doctoredford.com
I forgot to mention, static when I scroll down
August 7, 2017 at 12:38 pm #80385Hi,
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,
BradAugust 7, 2017 at 4:35 pm #80442thanks
August 8, 2017 at 8:00 am #80492🙂
November 3, 2017 at 11:53 am #86840Hi,
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
RebeccaNovember 3, 2017 at 12:00 pm #86842Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.