This is for 2.9 but 2.9 is not listed in the version list. Testing is based on http://d-theme.com/marinelli and the two XHTML validations at the bottom of the page.

You have an inline style, <div id="primary" style="width:745px;">, but default style sheet language specified. You could change the inline style to normal CSS or add the default style sheet language.

Comments

peterx’s picture

Version: 6.x-2.8 » 6.x-2.9
dyardley’s picture

The inline style refers to a dynamic column width supplied by template.php. If you have no blocks specified in the columns the full content page width is displayed. If you do have blocks specified in the columns, the content width is adjusted to cater for 2/3 columns.

peterx’s picture

Could you have two classes?

.width-545
{
width: 545px;
}
.width-745
{
width: 745px;
}

Then switch classes.
<div id="primary width-745">

Lioz’s picture

adding this to the head section will solve the problem?

Lioz’s picture

Assigned: Unassigned » Lioz
Status: Active » Fixed

fixed in 6x-2.91

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.