Page width wrong following update to 5.6

Permalink
Hi
I have just updated a site to 5.6 which uses Plain Yoghurt as it's theme. However despite main.css being

#page{ width:1060px; margin:auto; text-align:left }

It is cropping the page as the header image (960 wide) demonstrates.

Any ideas anyone?

If you want to have a look at what I mean it's

www.www.hanwellcarnival.co.uk/cms...

Oh and a flash object in the header has dropped as well.

Thanks in advance.

wildfirelondon
 
PatrickCassidy replied on at Permalink Reply
PatrickCassidy
I've just a quick look with Firebug in FireFox, and it says your CSS is saying otherwise:

#page {
    margin: auto;
    text-align: left;
    width: 800px;
}


That's at line 38 in your css.

I was able to change your page width in Firebug back to 1060px and it looks better - though there are some errors I noticed coming up on Firebug.

You may want to download FireFox and Firebug to help in debugging websites.
wildfirelondon replied on at Permalink Reply
wildfirelondon
Thanks, I had forgotten about Firebug, had it on an older version of Firefox. Actually it was a doh moment. I had been looking at the css in the original concrete 5 installation not in the 5.6 version.
Adreco replied on at Permalink Reply
Adreco
Hi,
Plain Yogurt is, if remembering correctly, stock as an 800px wide theme. If you modified it to a wider size, the modified theme needs to reside in the upper level theme file as an override so updating doesn't restore it to the defaults.
If this is the case, I don't believe your update erases the old core, it just overwrites. Try going to your installation folder on the server and see if you can copy the original modified Yogurt (default) and paste it one level up in the empty themes folder. If that works, its way faster than recreating :)

Otherwise... is it possible that "Greek Yogurt" was used? Its a wider theme.