• Resolved seanmc980

    (@seanmc980)


    Hello all, I need to add some space in between my blog posts.. right now the new post is the very next line after the “Comments” .. i tried adding a paragraph tag inside of the Comments.php. I added it after

    <h2 id=”comments”><?php comments_number(__(‘No Comments’), __(‘1 Comment’), __(‘% Comments’)); ?>
    <?php if ( comments_open() ) : ?>
    “>»

    This didn’t add any space.. anyone have any ideas?
    My site
    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter seanmc980

    (@seanmc980)

    I figured out the fix…

    I added a paragraph tag inside of the main index.php after it loaded comments.php right before feedback. Thanks for all who looked. =)

Viewing 1 replies (of 1 total)

The topic ‘adding space between blog posts?’ is closed to new replies.