How to change the space between images?

Posted in: Newspaper
Post count: 1

Hello everyone!

Problem: The margin between the three post images from “Big Grid Full 3” is much bigger than in the element “Big Grid Slide”.
Is there a way to lower this space + to make the images bigger, so they still fill the full width?

Thank you.

Post count: 20688

Hi,

Not all elements are designed the same. You can see here how the Big Grid Full 3 is supposed to display
https://demo.tagdiv.com/newspaper/full-big-grid-3/
If you would like to reduce that space, you could try a code like this
https://www.screencast.com/t/1fNA85aeFi
The code needs to be entered in Theme panel->Custom Css

@media (min-width: 1018px) {
.td_block_big_grid_fl_3.td-big-grids-fl.td-big-grids-margin
.td-big-grid-post {
border-width: 0 3px;
}}

Thanks

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