Archived topic
Images with Captions adding odd padding/margin above Image
5 replies · Started by Peter on March 18, 2021
A recent Wordpress or GP update seems to have added odd padding above any image within a post on my website. See example here:
https://share.getcloudapp.com/v1uNJkxD
Any ideas on how I can remove this excess padding?
Many thanks,
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
sure thing.. included in private info field
There is an empty paragraph added at the start of the article.
Removing that would be the best solution, if not this should help:
https://generatepress.com/forums/topic/gap-between-footer-and-gutenberg-block/#post-1698662
this worked! :
p:empty:before {
display: none;
}
thanks so much!
No problem :)