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

    (@sacredpath)

    Automattic Happiness Engineer

    Twenty Eleven is a reactive design with a maximum width of 1000px. If you narrow your browser window below the 1000px, the theme will adjust for the smaller screen size and will work all the way down to the screen resolution of a smart phone.

    [opinion]
    On twenty eleven, given the sidebar, at 1000px wide, that gives about 550px for the content area, and that is a real good width for reading of text. Anything wider than that is actually more difficult to read (that’s why books aren’t 24″ wide).

    Also, if you set the maximum width to something much wider, your header image will grow both in width and height and get seriously, seriously pixelated, not to mention that it would end up taking up the entire screen and there would be no evidence of anything but the header image.
    [/opinion]

    If you want it to be unlimited in width, then create a child theme (never modify the default theme directly as an unmodified version is sometimes needed to troubleshoot issues), and then add the following to the style.css file for the child theme.

    #page {
    width: 100%;
    }
    Thread Starter bchick1

    (@bchick1)

    sacredpath,
    Thank You! .. for replying …
    What you say makes sense. I simply do not want my blog to look like an ‘amateur’ did it (though that is true!).
    I noticed that the ‘live’ samples of blog pages filled the screen when compared to mine when IE9 was set to a zoom of 100%.
    I built the header image to exactly 1000×288… what you say about the pixilation would definitely be true!
    Anyway, if you think it is normal and looks ok, then I am satisfied.
    Thanks for looking at this for me!
    B.A.C.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Yeah, everything looks normal to me and in comparison to other sites using 2011.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme 2011 not full screen’ is closed to new replies.