Make entire page wider (Penscratch theme)

  • Unknown's avatar

    Hey you all beautiful people! :) :) :)

    I have a problem. I recently changed to the Penscratch theme and while I love it, there’s one downside: the page width. I want the entire content to be wider so that my images can be 900px instead of like 650 or whatever they are right now. I’ve been messing around with it but can’t seem to get it to work. Anyone out there got any clue?

    Thank you thank you thank you so much in advance!

    /Maja

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

  • Unknown's avatar

    Hi there,

    This should make your page wider:

    @media screen and (min-width: 55em) {
    	.no-sidebar .site {
    		max-width: 1116px;
    	}
    }

    You’ll also need to change the media width to 900px. You can do this underneath the text area where you do the CSS. :)

    Good luck!

    Best regards,

    Michael

  • Unknown's avatar

    PERFECT! Thank you so so so so so much Michael, you’re amazing!

  • The topic ‘Make entire page wider (Penscratch theme)’ is closed to new replies.