Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #462533

    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

    #462816

    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

    #463303

    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. SCREENSHOT

    #463913

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.