Changing global column padding in Foundation

Hi @all,

does anybody know, how I can change the size of the column padding in the Foundation Stacks from Joe Workman? I think it should be 30 px right now and I wanna reduce it to 20, but there is no option for.

Thx for help

There isn’t a setting to do this at all. In fact you are the first person since its launched to even request this! :smile:

Here is a CSS snippet, just change the numbers.

.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

I like being the first :slight_smile:
Thanks a lot!