- This topic has 3 replies, 3 contibutors, and was last updated 8 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Question
Answers
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘Sticky Header?’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Sticky Header?
Tagged: sticky header fixed
Is there no sticky header in this theme?
Sorry @bikecrews, Not at present but we will add shortly
Regards
Hi @bikecrews, try to add the following code in your child theme’s stylesheet:
#header-search form, .site-header {
position: fixed;
top: 0px;
z-index: 999;
}
this worked for me 🙂
thanks @valeriva for your help
Regards