Hi
I have set up a new section with a 1/3 colmun setting. How can I close the gap between column and the 3 columns. I have been through all the examples in this forum and none work.
Any help much appreciated.
Hi
I have set up a new section with a 1/3 colmun setting. How can I close the gap between column and the 3 columns. I have been through all the examples in this forum and none work.
Any help much appreciated.
Hi There,
To remove the spacing between 3 columns, please enable the marginless column option of row: 
To close the gap between columns only, please add the my-custom-row class to your row, after that add this custom CSS:
.my-custom row .x-column {
margin-right: 1%;
}
.my-custom row .x-column.last,
.my-custom row .x-column:last-of-type {
margin-right: 0
}
Easy when you know how!!! Amazing support as usual thanks Thai
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.