- This topic has 5 replies, 2 contibutors, and was last updated 8 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Question
Answers
Viewing 6 posts - 1 through 6 (of 6 total)
- The question ‘sticky menu’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › sticky menu
Hi, is there a css code to disable the sticky menu on 1 page only?
i want the top menu when they are at the top of the page,
but if they scroll down, to not have the sticky menu
Thanks a lot
Hi @gaboarrow,
Please provide me the url of the page from where you want to disable sticky header , i’ll provide you the corresponding css.
Regards
Anve
Hi @gaboarrow,
Try adding following css in child theme custom css option.
.page-id-1088 #masthead {
position: static!important;
}
.page-id-1088 #right-panel {
margin-top: 0 !important;
}
Regards
Anve
HI @gaboarrow,
Great 🙂 . I will close this topic now . If you have other concern , please create a new topic .
Regards
Anve