Site logo

Archived topic

Blog Featured Image Style

1 reply · Started by Ross Robson on February 22, 2015

Viewing posts 1–2 of 2

Hi Tom,

I was wondering is it possible for me to have the featured image shown here http://www.pontyclundarts.co.uk/league-news/ to have no margin to the right, top and bottom so its the same height as the post box itself?

Not overly easy - you'll have to find the perfect height for the image, and then add CSS like this:

.post-image-aligned-right .post-image {
      margin-right: -20px;
      margin-top: -20px;
      margin-bottom: -20px;
      margin-left: 20px;
}
This archived topic is closed to new replies.