Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme has basically no included style

    <article id="post-xxx" class="post-xxx post type-post status-publish format-standard hentry category-ummmmmmm tag-hie tag-roi">
    //stuff <==this is what is in the post...the xx above removes post ids for sake of this help topic, the ummm question this and all after this point as far as normal WP CSS goes...
    </article>

    for

    ‘article’

    add:

    .post {margin-bottom:15px}

    mod the 15px to your liking.

    Above would add some margin to the posts…below will add to recent posts widget ul li:

    .widget_recent_entries ul li {margin-bottom:15px}

    Again, I see only default browser element CSS for these…

    Thread Starter valgal22

    (@valgal22)

    I added this code to style.css within the theme, and it made no difference. I don’t understand what your saying about there being no style since there is one.

    The code below makes no sense to me.

    <article id=”post-xxx” class=”post-xxx post type-post status-publish format-standard hentry category-ummmmmmm tag-hie tag-roi”>
    //stuff <==this is what is in the post…the xx above removes post ids for sake of this help topic, the ummm question this and all after this point as far as normal WP CSS goes…
    </article>

    Thread Starter valgal22

    (@valgal22)

    Now I get it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add space between "recent" posts in the widget area’ is closed to new replies.