Archived topic
Is there a way to control the image spacing in text editor
3 replies · Started by hilesweb on January 4, 2020
How do we add more spacing between images and text when everything is done in the wordpress text editor? Here is the page, https://template.rescuewebsitebuilder.com/about-us/ and if you scroll down to the Farm section there is an image with text. Client will only have access to the basic text editor. Is there a bit of code that I can put in the custom css that will fix that for all future images uploaded that way?
Hi there,
What about something like this?
img.alignleft {
margin-right: 2em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Perfect, thank you Leo!
No problem :)