- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Teethy theme support › Sticky/Fixed Header
Hi, I will like to request the code to make the header stay on the top when it scrolls on the theme SKT Teethy thank you.
Hi,
Kindly show us your website URL please?
Regards,
Chris
Sure, it is: https://m3.marketingdigitalmonterrey.com.mx/
Thank you
Cecy M
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header_wrap.layer_wrapper { position: fixed; z-index: 11; width: 100%;}
.header { position: fixed !important; z-index: 10;}
#slidera { margin:127px auto 0;}
@media screen and (max-width:1023px) {
.header_wrap.layer_wrapper { position: relative;}
.header { position: relative !important; z-index: 10;}
#slidera { margin:0 auto 0;}
}
Regards,
Chris
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]