Archived topic
image jumping in section
1 reply · Started by theonetruevlad on October 9, 2017
The image in the first section of 2 of my sites are jumping when you start to scroll.
It doesn't happen on another site I have created, but I can't figure out why?
Problems here:
http://transitionblandford.co.uk/
http://www.soccerpitch.co.uk/wordpress/
Works fine:
http://theonetruevlad.co.uk/
Hi there,
I believe it's the conflict between this CSS you've added and the parallax effect:
.generate-sections-container {
background-position: 70% center;
}
Might be best to trim your picture first so you don't have to set a top and bottom background position.
Let me know if this works.