Forums
Forums / Fixing WordPress / Changing sidebar spacing
(@liamh121)
12 years, 12 months ago
Hi guys, Just installed the dynamic sidebar onto our WordPress site but having difficulty with the spacing/padding – the text is too close to the main body and needs pushing out by I’d say around 15-20PX. Any ideas?
http://latimerappleby.com/contact/
Thanks,
Liam
(@media-x)
You can use Custom CSS Manager plugin Add margins to #page-content :
#page-content { float: left; width: 700px; margin: 0 15px 0 0; }
Thank you!
The topic ‘Changing sidebar spacing’ is closed to new replies.