• Can anyone tell me how I can reduve the padding around the tags section on posts on my site?

    https://mlearning.neilbal.com/

    Notice on the homepage there is way too much white space above and below the tags after each post teaser.

    Any advice much appreciated,

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • SideKick Dan

    (@shout-out-sidekick)

    Give this a shot neilbal ?? Place it in your custom css plugin or your child css styles

    .site-content footer.entry-meta {
    margin: 0px auto 0px;
    }
    
    .hentry {
    margin: 0 auto 25px;
    }

    Danny ??

    Thread Starter neilbal

    (@neilbal)

    Thanks Danny,

    That’s reduced the whitespace above the tags, but not affected the space below the tags.

    It is better though so thanks. Would still like to know how to reduce the whitespace below the tags if anyone has other suggestions.

    Thanks again.

    in FF26 there is hardly any space below the tags, before the separator line.

    if you still see a large space, try to clear the browser cache.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Fourteen – reduce padding above and below tags’ is closed to new replies.