• Hi: Check out https://blogs.timesunion.com/tennis/
    See the “Posted In” stuff below each post?
    Can’t figure out two things.
    1) How do I decrease the space between the last line of the post and the “Posted In” line?
    2) How do I eliminate the extra spaces that display when there’s more than one category?

    <div align=”center”><p class=”postmetadata”>Posted in<?php the_category(‘,’)?>| <?php edit_post_link(‘Edit’,”,’|’); ?> <?php comments_popup_link(‘No Comments ??’, ‘1 Comment ??’, ‘% Comments ??’); ?></div>

    Thanks for any and all help.

Viewing 1 replies (of 1 total)
  • The line can be lifted by putting this at the bottom of your css and then adjusting the number to suit:

    .postmetadata {
    margin-top:-10px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘spaces – how to eliminate’ is closed to new replies.