Support › Forums › Feedback/Suggestion › Sticky header/menu please › Reply To: Sticky header/menu please
August 12, 2015 at 12:02 pm
#481
Moderator
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;
}