HI,
I would like to adjust the top padding on all my widgets, currently I think it is 30px, please can you let me know how.
Also if i would like to change just a specific widget padding.
thanks
steve
Think i figured it out, is it:
.widget {
padding: 0px 0 30px 0 !important;
}
