Custom CSS Classes for colums
I'm trying to change the padding for images from the default 40px to 0px. I have manged to input the follwing code in the customm CSS
.column, .columns {float: left;margin: 0px 1% 0px;} to achive the desired results , but this affects all columns not just images. Is there a work-around to this?
Comments
Thanks for understanding!