Customizing the space taken by an element.

Posted in: Newspaper
Post count: 50

Hello, I’ve been using the Column Text Element to display some blockquotes for the website I’m working on. How can I customize the space they take? I’m “playing” with the element’s negative right and left margins and also its width, is there any other option? Ideally, I’d like the blockquote to take all the space (especially the width) surrounded by the dashed border and highlighted by that light green as shown in the image below.
https://imgur.com/a/GIXgjof
Thank you.

Post count: 35449

Hi,
You can reduce the space between the column using this option https://i.imgur.com/oU25hf0.png or if you want to make them like this https://i.imgur.com/XCsKXUt.png use this css ->
.tagdiv-type blockquote {
margin: 40px 0 38px
}

The css need to be set in the theme panel > custom code> custom css.
Thank you!

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