i have a content region containing the main page content and 2 custom blocks
these 3 regions are displayed as columns using the grid system (each div block getting a .grid12-3 class)
(see attachment)
i think this is caused by fusion but i m not sure: skinr is disabled and when i switch to stark the problem doesnt occur
any idea what is happening and where the assignment of the grid classes can be disabled.
the website in question is originally a drupal 6 that im upgrading. the original theme was a copy of bluemarine
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | fusion_content_region_blocks_align_vertically-1192598.patch | 1.08 KB | dman |
| Screen shot 2011-06-18 at 14.09.57.png | 312.49 KB | batigolix |
Comments
Comment #1
aquariumtap commentedhi batigolix, have you tried assigning each region 9 grid units through skinr?
the grid classes are part of fusion -- they will still be used, even if skinr is disabled. but by using skinr, you can customize the width of your blocks.
Comment #2
batigolixno, skinr is switched off.
afaik no grid was assigned. im moving from a table based bluemarine theme to fusion, so there shouldnt be any settings that affect fusion
Comment #3
sheena_d commentedIf you do not use skinr, Fusion will automatically divide all blocks within a region into equal width columns. With skinr, you can customize the width of the blocks. This is the intended functionality of the theme.
Comment #4
batigolixok thanks for the feedback, i will try it with skinr
i do still feel it is rather awkward that you have to install an extra module to achieve default drupal behaviour (which is placing blocks horizontally, in rows, within a region)
Comment #5
dman commentedMe too.
I can't imagine any case where blocks in the content region would be expected to pack horizontally into columns by default, and skinr seems like overkill (plus it raised an error when I tried todays combination of fusion core + acquia marina + skinr)
At a quick glance, I patched fusion_core/template.php as attached:
As this is 'by design' I won't re-open, but leave this hint here if anyone else comes searching.
Still ... Doh.