Steps to reproduce:

  1. Activate the "Fusion Starter Lite" theme (though this should apply to all fusion derived themes).
  2. Configure the theme fluid so that it is fluid at 85% of the window width (Configure > Theme-specific settings > Fusion theme settings > General Settings > Layout)
  3. You will note that even above the minimum row width (780px) the content takes up 100% of the page width

Solution:
A look at the CSS reveals why.

/* theme setting: set fluid grid width on top-level full-width elements */
.fluid-100 .full-width .grid12-12 {width: 100%;}
.fluid-95 .full-width .grid12-12 {width: 95%;}
.fluid-90 .full-width .grid12-12 {width: 90%;}
.fluid-85 .full-width .grid12-12 {width: 85%;}

The .full-width class needs to be applied to the .page <div>.

Comments

jeremycaldwell’s picture

Assigned: Unassigned » sociotech

Tested locally and it behaves as outlined above.

stephthegeek’s picture

Assigned: sociotech » aquariumtap
Status: Active » Needs review
espirates’s picture

I found this to be the case as well. The width settings don't appear to work.

aquariumtap’s picture

Assigned: aquariumtap » Unassigned
Poieo’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Closing as won't fix since the D6 version is getting no new development.