• Resolved steve1111

    (@steve1111)


    Just a quick question.. how do I manually adjust the theme width?
    I have worked out its a file in Appearance->Editor, but I cannot work out which file(s) to edit to adjust the page theme width?
    My site is
    Thanks in advance.
    steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • Once you are in the Editor window, on the right hand side of the screen click on style.css if it isn’t already loaded.

    Once the code loads up you want to look for

    #page {
        margin: 2em auto;
        max-width: 1000px;
    }

    and modify the max-width: 1000px; value to your liking.

    As a pre-caution though since you are not using a child theme, if you make any customizations and later on update the TwentyEleven theme your customizations will be over written and you will lose them.

    Thread Starter steve1111

    (@steve1111)

    Thanks JarretC.. much appreciated ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to manually adjust theme width’ is closed to new replies.