Spaces between images on the element "Big Grid Full 9"

Posted in: Newspaper
Post count: 26

Is it possible to reduce spaces between images on the element “Big Grid Full 9”? I want them to be about 2px.
This part of CSS didn’t help.


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

Thanks.

Post count: 22421

Hello,
You can try to add this code in the theme panel-> custom css box:


.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image, .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb{
top:1px!important;
}
.td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image, .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image, .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb, .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb{
bottom:0!important;
}
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post{
border-width: 1px;
}

Thank you!

Post count: 26

Thank you, it works)

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