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
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
Comments
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
thanks