How to remove gaps between blocks on Big grid 9?

Posted in: Newspaper
Post count: 67

How to remove gaps between blocks on Big grid 9. I am using Big Grid 9 and some how there are white gaps (boarders)between blocks. How can i remove this gap or at least decrease the gap.

http://www.screencast.com/t/BVlqiZxaqiu

Post count: 23312

Hi,

Please check here -> https://www.screencast.com/t/WYEADz5P0u0 and try using the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.td_block_big_grid_3 .td-big-thumb {
margin-right: 0;
}
.td_block_big_grid_3 .td-medium-thumb {
margin-bottom: 0;
}
.td_block_big_grid_3 .td-big-grid-post-3 {
margin-left: 0;
}

Hope this helps!

Thanks for the message!

Post count: 67

thanks it works

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