Full width images in posts

  • Hello,

    It is possible to have full width images for my about me post?

    http://hifromandrew.com/about-me/ – As you can see from this example the image is constrained to what I hope is just css coding.

    Any help would help as i’d like my about me to have graphic elements which are not possible as a regular post.

    Thank you
    Andrew

    The blog I need help with is: (visible only to logged in users)

  • Hey!

    I can’t see your site from this end as it’s not live, but Try adding this CSS to see if that works! :

    .layout-entry-content {
        max-width: 900px;
    }
    
    .page .layout-entry {
        max-width: 900px;
    }

    Hope that helps!

  • Hi Calvin,

    Thanks for the code. Unfortunately that was not what I needed.

    I’ve attached a dropbox link to a screenshot i’ve taken of what i’m needing code for.

    You can see the JPEG image i have which does not stretch full width across the canvas like the feature image.

    Is this possible?

    Thank you again.

  • Sorry for the wait!

    Ahh, I see what you mean – Unfortunately that’s not possible within the current version of the theme, but I’d be happy to add that to our feature request list if you’d like!

  • The topic ‘Full width images in posts’ is closed to new replies.