Home Forums Trusted Featured Services Scrolling

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6453
    Michael
    Participant

    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!

    #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;
    }
    #6471
    Michael
    Participant

    Thank you, Andy.  That is exactly what I was looking for.

    🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Services Scrolling’ is closed to new replies.