Wrap text around image, adjust padding?

Posted in: Newspaper
Post count: 11

Hello, I’m using the Text With Title block to wrap text around an image. I’d like to reduce the padding to the right of the image. How do I do this?

wrap

Post count: 11

Also, Is this the only way to wrap text around an image? The “Edit Content” editor is incredibly slow.

Post count: 35449

Hi,

The margin can be change only with custom css -> https://i.imgur.com/Ro8u5Bj.png this code will apply only on these images that are aligned left and are set in a text with title element ->
.td_block_text_with_title .alignleft {
margin-right: 12px !important;
}

The code need to be set in theme panel> custom code > custom css.

The only elements that can display text around the image are text with title and column text.

Thank you!

Post count: 11

Perfect! Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.