I everyone, I was hoping that some strong in CSS could tell me what to add that would create more space between my posts labeled asides. i almost have the asides I want but they are smashed together. I need to spread them apart. Heres the page with asides;
And here is the CSS I have used to get this far;
`body.home div.category-asides * {
display:inline; padding: 0,0,0,100;!important
}
body.home div.category-asides h2.entry-title,body.home div.category-asides div.entry-date,body.home div.category-asides span.entry-author,body.home div.category-asides span.entry-category,body.home div.category-asides span.metasep {
display:none;
}
What can I add here?