Re: Fixed width for default theme & admin bar?
So far, I modified the following in default.css (body):
width: 1024px;
/* min-width: 960px;
max-width: 1250px; */
And it works (haven’t a clue if that was the right thing to do)
Now, my problem is with adminbar.css, the only way I can get the 1024px fixed width and have the bar align correctly is by changing this:
body#bp-default #wp-admin-bar .padder {
min-width: 1024px;
max-width: 1024px;
If there is a better way to do this, please don’t hesitate to chime in…
Gene