Archived topic
Text close photo bottom
3 replies · Started by Don on November 2, 2022
I noticed after recent update to Wordpress, the text is very close photo's bottom edge. Previous to update all was fine. Is this something with GeneratePress or Wordpress? Thanks.
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Yes, I don't know if it was the recent Wordpress update or the GeneratePress update? Thank You.
Hi there,
its WordPress messing with core blocks HTML and CSS ( again :) )
Try adding this CSS:
figure {
margin-bottom: 1.5em;
}