Closed (won't fix)
Project:
Fusion
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2010 at 10:22 UTC
Updated:
15 Apr 2014 at 18:01 UTC
Jump to comment: Most recent
Steps to reproduce:
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
Comment #1
jeremycaldwell commentedTested locally and it behaves as outlined above.
Comment #2
stephthegeek commentedComment #3
espirates commentedI found this to be the case as well. The width settings don't appear to work.
Comment #4
aquariumtap commentedComment #5
Poieo commentedClosing as won't fix since the D6 version is getting no new development.