• Resolved alexukie

    (@alexukie)


    Is there any way to make a featured image wider? or full width?

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could try something like the following in Appearance->Customize->Additional CSS

    .wp-post-image, .post-thumbnail img {
        width: 100%;
    }

    Though depending upon the initial image size it may cause stretching or fuzziness due to the image not being large enough.

    Thread Starter alexukie

    (@alexukie)

    Jarret Dude – you are my hero!!! i Have been looking how to get it fixed for years.. I appreciate you are helping out.. Now looks much prettier.. Thanks a lot!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘full width for featured image?’ is closed to new replies.