Home › Forums › Trusted › Featured Services Scrolling › Reply To: Featured Services Scrolling
January 3, 2019 at 8:59 am
#6456
Andy
Keymaster
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;
}