[Resolved] Blog Featured Image Style

Home Forums Support [Resolved] Blog Featured Image Style

Home Forums Support Blog Featured Image Style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78174
    Ross Robson

    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?

    #78415
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.