Hi All,
I am trying to change the left and right padding for the images in the given colorsection but it does not seem to be working. I have made changes for the row but the column space is not changing
Hey Vikrant!
Did you set the “Space between columns” option to “No space between columns”? Once you do that you can set some inner padding in the “Layout” tab to change the space.
Cheers!
Elliott
Hi Elliot,
I have made the changes, it has made a difference but still there is a lot of space between all the 3 columns.
Hi!
you can control it using this code:
.flex_column_table.av-equal-height-column-flextable {
padding-left: 111px;
padding-right: 111px;
}
adjust as needed.
Cheers!
Andy