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

ajross’s picture

Status: Active » Closed (works as designed)

All the grid layout widths and settings are handled by the Fusion base theme, not in this theme. You might look there for some ideas.