Want some help with a website I'm working on? Check it out here:
I managed to align the product image with the green section using a negative padding-bottom value like this:
img.img-with-animation {
opacity: 0;
position: relative;
padding-bottom: -7px;
But now, for some reason, that isn't working anymore and there's a gap between the image and the next section. It's ruining the whole effect.
Can anyone offer any suggestions or solutions?