Closed (works as designed)
Project:
Mix and Match
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2012 at 14:30 UTC
Updated:
6 Nov 2012 at 19:43 UTC
Using fluid layout, when I activate gallery module blocks in last sidebar, the sidebar width has a bad format :
<div id="content-group" class="content-group row nested " style="width:76,92%">
So it gets beyond content area.
Without activating these blocks, the sidebar width has this format :
<div id="content-group" class="content-group row nested " style="width:76.92%">
And then the layout is correct.
I tried to figure out how this width is generated but I didn't manage to.
Comments
Comment #1
ajross commentedAll the grid layout widths and settings are handled by the Fusion base theme, not in this theme. You might look there for some ideas.