Archived topic
Media + Text Padding
3 replies · Started by Caitriona on February 9, 2021
Viewing posts 1–4 of 4
Hello, how can I add padding to my media+text block, specifically the one on my homepage? The image is too close to the left.
Hi there,
You could try this CSS and modify the numbers to find the best for your site :)
.wp-block-media-text__media {
padding-left: 30px;
padding-right: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That's perfect! Thank you very much!
You are very welcome :)
This archived topic is closed to new replies.