Featured Image Too Big

Home Forums Gillion Theme Featured Image Too Big

Home Forums Gillion Theme Featured Image Too Big

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • tiagosimk
    Participant

    Hello, I was wondering how can I make a post featured image smaller. It seems like it’s displaying at full size and not resizing it. It works fine everywhere else, except in the blog posts.

    Thank you

    Hi @tiagosimk,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the blog page URL from your site where it is displaying so that i can help you to achieve it?

     

    Also tell me in what size you want to display the images.

     

    Best regards,
    Shufflehound team

    tiagosimk
    Participant

    Yes, here is an example http://tiagoscharfy.com/helenagasparetto/bolos/bolo-de-chocolate-macio-texas-sheet-cake-minha-versao . I was looking to display in a smaller size, like most of the themes do.

    You can resize it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .post-thumbnail img {
        width: auto;
        min-width: auto;
    }
    
    .single-post .post-thumbnail {
        display: block;
    }
Viewing 4 posts - 1 through 4 (of 4 total)