Page 1 of 1

Layout Grid cells and color spacing

Posted: Tue Mar 23, 2021 12:36 pm
by bubblegumweb
Hi all,
I have a layout grid which has four cells in it. I have assigned a different background color for each cell ie: red green blue yellow. When I come out of the layout grid properties I notice that the cell colors are all butted up to one another with no blank space inbetween them. I'd like to ask how do I achieve putting a 5 pixel gap horizontally between each colored cell? I just can not work this out as simple as the answer may be if at all possible?

Thanks.
Gary

Re: Layout Grid cells and color spacing

Posted: Tue Mar 23, 2021 12:53 pm
by Pablo
Therre is no option to add spacing between columns. Because each column takes up x % of the full width.
But you may be able to use a border to get the desired effect.

Or else use flexgrid instead.

Re: Layout Grid cells and color spacing

Posted: Tue Mar 23, 2021 4:17 pm
by bubblegumweb
Thanks Pablo