How to get Modules bottom space with Big Grid Flex 4

Posted in: Newspaper
Post count: 7

I am trying to use the Big Grid Flex 4 block but I don’t see an option for Module bottom space like with other blocks.

Here’s what I am trying to achieve: https://www.screencast.com/t/C0a7QVgBO1T I want that vertical space between Module Category Grid 1 and 2 but there’s only Modules gap parameter and that it is only horizontal gap.

If not this layout, let me know if there’s another block that would achieve the same.

Thanks.

Post count: 27744

Hello,

To achieve that you need to use a custom code CSS, for this you need to add an extra class on the block, for example, “td-bgf” => https://www.screencast.com/t/vvE7EKVsXon and use this custom code

.td-bgf .td_module_flex_6 {
margin-bottom: 10px;
}

Set the code in Theme Panel -> Custom Code -> Costum CSS.

Hope this helps you!

Thank you!

Post count: 7

Perfect. Thank you!

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