Standart column padding / margin
Hey,
general question: how can I globally increase the horizontal padding for columns on the website.
Now it looks like this: .column, .columns { float: left; margin: 0 1% 40px; }
I find this 1% padding to less.
Thanx
Comments
those are global css settings, you can regulate the padding only in columns or wraps by editing them.
thanks