How can I alter the padding between widgets on the Goran Theme using CSS?
-
I am using the Goran Theme and would like to adjust the padding between the widgets in my website’s sidebar.
Many thanks,
ARCHERThe blog I need help with is: (visible only to logged in users)
-
Okay, don’t all rush at once ;-)
A friend suggested the following and it worked (just for anyone else that might find this thread helpful…
} .widget { padding-top: 15px; padding-bottom: 15px; } .widget-area { padding-top: 1px; }
- The topic ‘How can I alter the padding between widgets on the Goran Theme using CSS?’ is closed to new replies.