- This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Featured Services Scrolling’ is closed to new replies.
Tagged: Scrolling featured services
I really do like the Trusted theme but there is one feature about it that I do not like at all. Using the home page as an example, when you scroll up the featured services scroll faster than the rest of the page. It is only marginally but I find it very annoying and don’t want to hear from customers complaining about it.
It there a way to make the entire page scroll at the same pace. I do want to apply this to all of the other pages as well.
Thank you!
Hi Michael,
It is not actually the featured services that scroll faster than the rest of the page, rather it is the header area with the large background image that scrolls slower.
You can stop this from happening by adding this CSS code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
.main-header {
transform: translateY(0) !important;
}
Thank you, Andy. That is exactly what I was looking for.
🙂