Add gutter/space between columns

Hi guys!

Is it possible to add some gutter/space between columns?
Like you do it here http://webflow.com/template/Supreme

This is my site that I’m building and I could NEED some space between the columns.
http://rwduluth.webflow.com/

Thanks!

/Henrik

1 Like

Dear Henrik,

there should always be a “gutter” between columns (10px left and right).
The problem is that you have a background-color on your columns. Try to apply that on an inside div-container instead.
Then you should see the white space between the elements.

Cheers
Daniel

3 Likes

One trick I do is to leave one column empty. I like to have more spacing between columns as well.

1 Like

You can try adding left and right padding to your contents inside the columns. This is what I do if the space between columns isn’t enough. :smile:

Well, yeah, there’s that too! lol.