Hello,
Is it possible to change twenty-eleven to a fixed-width site?
I've tried the advice found for other blogs on the forums, and it hasn't worked.
One thing that did work but did not work when I updated my stylesheet in my child theme but DID work when I was using Firebug was to change
body {
padding: 0 2em;
}
to
body {
padding: 0 2em;
width: 960px;
}
I have no idea why it didn't work outside of Firebug- I have tried it carefully many times and I know I am missing something.
my site is http://www.lieurance.info
Thank you!