Content overflowing from div when not in edit mode

Permalink
When I am in edit mode the content is presented as it should be in the larger column on the right hand side.

However, when I am not in edit mode the content overflows and wraps around the side bar at the left.

Any Ideas?

The website address ishttp://cms.237scouts.org.uk/about/...

2 Attachments

 
guythomas replied on at Permalink Reply
guythomas
try adding the following to your main.css file
#contentarea-rsb-largeright {
  float: left;
  width: 700px;
}
jonathanadams replied on at Permalink Reply
Ive tried that but no change. Still having the same problem
guythomas replied on at Permalink Best Answer Reply
guythomas
Firebug shows that no rules are being applied to that id.. You may want to double check your css file for any possible typos.

Guy
jonathanadams replied on at Permalink Reply
All resolved.

I left a '#' in the php file when referencing the div.

Thanks Guy