Edit Size of Images in Blog Posts Categories

Home Forums Gillion Theme Edit Size of Images in Blog Posts Categories

Home Forums Gillion Theme Edit Size of Images in Blog Posts Categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • irfanisrael
    Participant

    Hello,

     

    I have the “Blog Posts Categories” element for Health, Fitness and Recipes categories on my home screen (website – https://lifecobra.com) and I would like to increase the image size of the bottom two images under the main big image for each category, because they are a little but too small for my liking, could you provide me a code for that?

     

    Thank you

    Solution for this topic

    Hi @irfanisrael,

     

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

     

    You can try achieving 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

     

    a.blog-mini-post-thumb {
        width: 160px;
        height: 160px;
    }
    
    .sh-categories .blog-mini-post-content {
        padding-left: 175px;
    }
    
    div.blog-mini-post {
        padding-bottom: 95px;
    }

     

    Best regards,
    Shufflehound team

    irfanisrael
    Participant

    Thank you, it worked

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)