Why are there "spaces" between content?

Thats not a 'problem' thats the way it is suppose to be.... Have you see it in action on the XF forum node page? It's the exact same.
 
Simply edit the css to suit.
I changed mine to 20px.
Code:
.sharePage {
margin-top: 50px;
}

Either edit it in share_page.css or add new css to EXTRA.css using the !important attribute.
 
Back
Top Bottom