Increasing Margins in Twenty Eleven Theme
-
Hi there – I am trying to increase the margins in the WordPress Twenty Eleven theme.
This is my website: http://stitchandsprout.com/
And I am trying to make the width similar to: https://stitchandsprout.blogspot.com/
I’ve searched the forums for the right CSS to add but haven’t had any luck.
Thank you for your help!
The blog I need help with is: (visible only to logged in users)
-
Hi @melissakulas, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, there is a dedicated Twenty Eleven support forum at WordPress.org were you can post for help.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site, and the following will get you the same maximum width as your reference site, but keep the responsive design that adjusts for the width of the screen/window you are viewing the site on.
#page { max-width: 860px; }
- The topic ‘Increasing Margins in Twenty Eleven Theme’ is closed to new replies.