Viewing 1 reply thread
You must be logged in to reply to this topic.
I’m trying to create gaps between three colums with a background color.
I saw a video that shows a colums gap option: https://www.youtube.com/watch?v=ae4pdm_0rUc
But it is not an option in my version of WPBakery
Could you please tell me how I can create the column gaps on this page
https://www.adviesvoorstichtingen.nl/home/
I also tried using column padding, but that does not work either.
Hello,
Just added in the update list.
For now, add this custom code to fix the issue
Use the ‘Extra Class’ Option to add a new class to the Row you need gaps between columns, for example: with_gap
Then add this custom css code:
.with_gap .section_clear{ display:flex; }
.with_gap .wpb_column{
margin-left: 10px;
margin-right: 10px;
}
This can help you.
Thanks
You must be logged in to reply to this topic.