XF 1.5 Sidebar spaces

Webby

Member
If you take a look at the sidebar on our site and look at the Facebook and Twitter feed-timelines you can see that there is no space or buffer between them as there is between the New Posts and members online boxes. How can I add a space between the Facebook box and the Twitter box.

http://www.americanmilitaryforum.com/forums/

I know its simple but have no clue how to do it. :cry:

@Chris D
 
Last edited:
Wherever you added your custom html for those blocks, wrap them in a div like the other sidebar blocks:

Code:
<div class="section">
content here</div>
 
Top Bottom