Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

The Church: Formatting blog post images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13378
    claudiaziehm
    Participant

    Hi again. Still happy with our new website.
    But I notice that the blog posts’ featured image gets distorted, please look at this page:
    http://mernsogn.dk/arrangementer-og-arkiv/ – when you click on “Læs mere” you will see the featured image as it truly should be.
    Only the candle cross works okay because it’s in portrait format.
    I don’t want to use only portrait format because that doesn’t work so well on the front page (see http://www.mernsogn.dk towards the bottom).
    How can I use featured images in landscape format without them getting distored in this list of blog posts?
    Thank you, Claudia

    #13411
    Grace Themes
    Member

    Hi,

    Kindly go to Appearance => Editor => paste below CSS code in the bottom of the style.css file

    OR Also, Can paste Appearance => Theme Options => Basic Settings tab in Custom CSS box.

    .blogrightsidebar .post-thumb{ background-color:transparent !important; /* this css code for background color remove*/}
    .blog-post-repeat .post-thumb img{ min-height:inherit; /* this css code for portrait image distorted remove by default: 230px*/}
    .blogrightsidebar .post-thumb:hover img{ opacity:1; /* this css code for image hover effect remove by default:0.3*/}

    Regards

    #13415
    claudiaziehm
    Participant

    Wow – thank you, it worked :-))))

    #13432
    Grace Themes
    Member

    You are most Welcome.!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.