Viewing 3 reply threads
You must be logged in to reply to this topic.
May I know how to have an empty white space between columns especially when the columns are filled with color and both columns are touching each other?
Hello,
You can play around with the values until you have the result needed. I removed the padding and set up some margin instead. In the same option panel. Also i added this custom css into the page’s custom css box:
.vc_col-sm-4 {
width: 32% !important;
}
To reduce the column’s width so when you add space between them, the last column won’t go to the next row. This is the result, screenshot.
Let us know.
Best regards!
You must be logged in to reply to this topic.