- This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Black/White Theme Support › Sticky Header – WHITE THEME
Hi, we’re struggling to make our header sticky in the white theme
The URL is: http://bishbashbosch.com/
The support ticket suggested some plugins which could make a section of a theme sticky, but I can’t figure out what the header needs to be called? Hi’ve tried the name as it appears in the Menu part of the theme, which is just “Header”
Any assistance woudl be greatly appreciated
Thanks
Tamsin
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header_wrap.layer_wrapper {
width: 100%;
float: left;
position: sticky;
top: -200px;
z-index: 99999;
}
Regards,
Chris
For visitors to properly scroll and browse through your articles or content it is essential that one adds nice pagination to their blog or other […]
Setup WordPress CDN Your WordPress website loads slowly, and you’re losing visitors by the second. Sound familiar? A sluggish website doesn’t just frustrate users—it hurts […]
Best WordPress CDN Plugins for Images Slow-loading images can be a major roadblock for any WordPress website. They frustrate visitors, hurt your user experience, and […]