How to add margins to wraps

How do I add a margin between wraps in a section? For example, I have two wraps on this page, and I want a white space between them...

Comments

  • Hi,
    you just have to edit the wrap and find the padding field.
    Adding padding to left and right would create a space inside so the items shrink a little.
    Just add something like: 0 2%, so you will have 0 padding top-bottom and 2% padding left-right
    thanks
  • edited May 2018
    That's already set to 15px....the padded area is still grey...
  • Looking for a way to add white margin between wraps that have color backgrounds for separation.
  • You have to remove the background from the wrap. Padding does not work on backgrounds within the same element. So if you would have a wrap and inside it a column with a red background, then by adding padding to the wrap you would be able to shrink the red background of the column.
    thanks
Sign In or Register to comment.