• Resolved markcroftak

    (@markcroftak)


    I can’t seem to reduce the size of the featured image on a post to a reasonable size. Any clues..?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, try this css code in the Custom CSS section of the customizer:

    .single .thumbnail { text-align: center; }
    .single .thumbnail img { width: auto !important; }
    Theme Author oceanwp

    (@oceanwp)

    Hi, I close this topic as I gave you the CSS code to fix your issue.
    Feel free to create a new one if you have another problem ??

    Thread Starter markcroftak

    (@markcroftak)

    Bearing in mind I have no experience with code, I copied and pasted exactly what you said in the area you mentioned and undated.

    Nothing changed to the image size on my posts….

    Theme Author oceanwp

    (@oceanwp)

    Hi, yes it works, your image it is to it’s original size, if you want it smaller, replace “auto” by the size you want, example:

    .single .thumbnail img {
        width: 300px !important;
    }
    Thread Starter markcroftak

    (@markcroftak)

    Great thank you. It worked..!

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured image size too big’ is closed to new replies.