Archived topic
Headlines too close to Image
3 replies · Started by Jatin on November 8, 2022
Hi Guys,
I have recently noticed that most of my posts headlines are now close to the Images above. There use to be some gap between an Image and a followed Headline. But it seems that due to recent Wordpress Upgrade its happening.
Is it a known Wordpress bug ? Is it known to you as well. How to fix this. I dont want to go to each and every post and add a spacer between my Image and Headline.
-- Screenshots links are added to the Private Box.
-- One of the Post's URL Link is also added to the Private box.
Hi Jatin,
WP used to add this CSS to their image block, but they removed it in 6.1.
.wp-block-image {
margin: 0 0 1em;
}
You can add this CSS to customizer > additional CSS.
Thanks
No problem :)