• Resolved nextstep

    (@nextstep99)


    How do I change the size of the Featured Image so that it is full width in the content column?

    At the moment it is displaying at approx half width, left justified, which looks wrong.

    From what I can gather using Developer tools, the content area is about 1421px wide.

    The image seems to be displaying only 843 wide. (The uploaded image is 1920 px wide.)

    Unfortunately, Professori Google has not been very helpful.

    Many Thanks

    PS Nice template, thanks!

    • This topic was modified 6 years, 4 months ago by nextstep.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello nextstep,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    img.attachment-large.size-large.wp-post-image {
        min-width: 1059px; 
    }
    

    Hope this will helps you.

    Thanks.

    Theme Author PressMaximum

    (@pressmaximum)

    Hi @nextstep99,

    You can change the featured image size in Customize => Blog => Single Blog Post, and choose Thumbnail size is Full:
    https://cl.ly/7d4eb68c6964

    @addweb-solution-pvt-ltd
    Thanks for your comment, but don’t add a fixed with like that, it will affect theme responsive.

    Thread Starter nextstep

    (@nextstep99)

    @ AddWeb – Thanks you for your suggestion, but I’ll go with the author’s suggestion.

    @ PressMaximum – Argh…Thank you! I searched and looked and completely overlooked that. Seem like the logical place to find it.

    Thank you for your theme and taking the time to respond and support it.

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