Hi, any updates? I think it’s part of sela theme’s design to cut off the bottom right hand side of featured images in posts. this affects if I have words in the images. I noticed that sela theme also cuts off a part of the featured image on top. any one can help me correct this? it would be great if i can adjust such that none of the image is cut off at all. thanks in advance!
@realsgmum Yep – the cutout is part of Sela’s design. To remove it, give this a try:
.post-thumbnail + .entry-header {
margin-top: 0px;
}
Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.
An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.