• 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;

    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?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What CSS would space apart my asides?’ is closed to new replies.