• Hi,
    I’m trying to reduce the height of the featured images displayed on my blog’s pages because they are way too big. I want to keep the same width just reduce the height – here’s my page with an example – https://matecanela.com/something-special/on-the-grill/
    I want the height to be about a third what it is now.
    I tried adding some CSS to my child theme but nothing worked! And I tried to look for places where I could change the bottom-padding but I am still kinda new at this so help would be much aprecciated!! Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for Featured Image:

    .pt-cv-thumbnail {
        height: 150px;
    }

    And can you please provide a screenshot of the space that you want to reduce, so that i can help you regarding that.

    Thank you.

    Thread Starter mjassom

    (@mjassom)

    Hi,
    These are the photos I want to reduce hte size of by about a 1/3.
    I’m not sure how to add a photo on here, but here’s the site I want to fix.
    https://matecanela.com/everyday/everyday-meals/
    The photo I want to fix is the huge one at the very top that wraps around the width of the page.
    Thanks!

    Sam

    (@soumendra)

    Hello mjassom,

    For that image you need to try this in your Custom CSS:

    .entry-thumbnail img {
        height: 380px;
    }

    You can adjust the value as per your requirement.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reducing height of Featured Image on Pages in Sela Theme’ is closed to new replies.