- This topic has 6 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support › Forums › Feedback/Suggestion › Sticky header/menu please
I hope you can add this soon, as all my clients want these
Hi
We published a post. Please check it
I read the post and followed the instructions.
unfortunately, the menu is still not sticky
See the site here:
http://ipaintbynumber.com/
please help!
For featured pages use the following CSS
.home-middle .featuredpage:nth-of-type(4n+3) {
clear: both;
margin-left: 0;
}
Add this CSS for site logo also
.pushbottom {
height: 48px!important;
top: 0;
}
did that. still not working 🙁
The tutorial is for primary menu only which will come at below the logo. You are using the header top widget area and custom menu widget. So it will not work.
ok. got it