• Resolved dyana_by

    (@dyana_by)


    Hi,
    In this site (enodron.it) I need to resize thumbnail images of the blog style (like the home page).

    I have changed the size from the theme options, but is not working.

    I have tryed with this css code, but nothing happend.

    .blog-entry .thumbnail-entry .thumbnail {
    width: 10%;
    }

    Can you help me?
    Regards.
    Dyana

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .blog-entry.post .thumbnail img {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    PS- Change the value as per your need.

    Thread Starter dyana_by

    (@dyana_by)

    Thank you Abhishek, it works!

    You save me a lot of time!

    You are most welcome and glad to hear that your issue has been fixed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog Style Thumbnail size’ is closed to new replies.