[Resolved] Is there a way to control the image spacing in text editor

Home Forums Support [Resolved] Is there a way to control the image spacing in text editor

Home Forums Support Is there a way to control the image spacing in text editor

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1122176
    hilesweb

    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?

    #1122183
    Leo
    Staff
    Customer Support

    Hi there,

    What about something like this?

    img.alignleft {
        margin-right: 2em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #1122190
    hilesweb

    Perfect, thank you Leo!

    #1122226
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.