Reply To: Blog Featured Image Style

Home Forums Support Blog Featured Image Style Reply To: Blog Featured Image Style

Home Forums Support Blog Featured Image Style Reply To: Blog Featured Image Style

#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;
}