Padding of featured article in mobile view
-
Hi, I really love “Perle”. But there might be a little bug, I suppose:
When I see my featured article on mobile phones, the headline clings extremely to the picture.
Please lok here: https://kleineslaster.com/wp-content/uploads/2019/12/Image-1.jpg
Could you perhanps solve this problem?
Best, UlrikeThe blog I need help with is: (visible only to logged in users)
-
Hi Ulrike,
I see you added the following custom class:
.animate { opacity: 1 !important; }
Were you having issues with the images animating? It might be a conflict with the Lazy Load feature in Jetpack. If you’re ok with not having the images animate we can fix the spacing issue by replacing the above CSS with the one below.
.animate { opacity: 1 !important; transform: translateY(0) !important; }
Let me know if that helps!
Sonia
- The topic ‘Padding of featured article in mobile view’ is closed to new replies.