• Hi,

    I’m having trouble keeping my featured image the same width as my content. Featured images are the same width in the Customizer but a bit wider in preview.

    I’ve added the snippet to control the featured image size in the Custom CSS field:

    .single .thumbnail img {
    max-width: 72%;
    margin: 0 auto;
    display: flex;
    }

    I set “max-width” to the same percentage as General Settings > content width (72%). Layout is “full width”.

    Blog > single post layout is also “full width” with max width at 700.

    I wonder if “display: flex” has something to do with the change?

    Thanks in advance.

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

    Please share the page URL to check the issue.

    Thread Starter afmeck

    (@afmeckel)

    Hi Abhishek,

    Thanks for the reply. I missed the email notification, apparently, but got it working. Maybe it was just a caching issue.

    Cheers!

    Abhishek

    (@abhikr781)

    Glad to know that issue has been fixed ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image size changes’ is closed to new replies.