Want to change width of content
-
Hello! I am really new to all of this stuff. the width of content in my blog (which uses the Twenty Thirteen theme) is smaller than I want it. I’m not using any sidebars, but the space on the sides is blank so I’d like to widen the main column (which is 604px right now).
Can someone help me do this? Please and thank you!!!
The blog I need help with is: (visible only to logged in users)
-
You can change the max-width of this CSS code to increase it’s width. Note that it might also effect the width of the responsive design when the window is resized or the site is viewed on a mobile device.
.entry-header, .entry-content, .entry-summary, .entry-meta { margin: 0 auto; max-width: 900px; width: 100%; }
- The topic ‘Want to change width of content’ is closed to new replies.