How to make Big Grid Full 3 full-width

Posted in: Newspaper
Post count: 2

Hi,

This might seem like a silly question, but how do I make the block Big Grid Full 3 display full width on screen? I’ve tried using the setting ‘Stretch row and content’ in visual composer. Is that the only way to do it?

I’ve already switched my category top post style (looks fantastic, great job!) and I wanted the same effect i.e. the same dimensions with no gaps at the side.

Thanks!

Post count: 20688

Hi,

The Full Big grids were added in a previous theme update. At the moment that is the only way to display them on pages. If you would like to remove the gaps on the sides you could do it like this.
Try adding a custom class to the row containing the Full Big Grid
https://www.screencast.com/t/TgqwQ4fGaAw2
Then use that class in a code like this
https://www.screencast.com/t/xTj42kAjA6
This is the code used in the example if you decide to use it for the Full Big Grid. You just need to enter your own row class and enter it in Theme panel->Custom Css

.custom .td-pb-span12 {
padding-left:0;
padding-right:0;
}

More full width options and implementations are expected to be available in future updates.

Thanks

Post count: 2

Thanks Simion, that’s really helpful!

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