• Resolved songiuno

    (@songiuno)


    Is there a way to adjust the width of this theme to make it wider either by pixels or by percentage of the screen? I’ve been using the Parament (child) theme for a while and thought I saw a width adjustment/selection option somewhere when I was setting it up. But now I can’t find it. Or am I confused about what theme I was looking at?

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, in the following example, I have increased the width of Parament theme by 200px from 1000px maximum to 1200px maximum and kept the width of the sidebar as it was. On #branding, #container and #main, I added 200px to the original widths so that everything kept their same proportional relationships.

    #page-wrap, #menu {
        width: 1200px;
    }
    #branding {
        width: 1150px;
    }
    #container {
        width: 1170px;
    }
    #main {
        width: 860px;
    }

    Thread Starter songiuno

    (@songiuno)

    Thanks that works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width choices/adjustment’ is closed to new replies.