Needs review
Project:
Danland
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 01:20 UTC
Updated:
31 Aug 2012 at 11:12 UTC
Hi, I am having an issue with the bottom regions. The bottom first, middle, last, 1-4 are not laying out properly when blocks are assigned to them. They are stacking vertically instead of horizontally like they should. This could be a bug or a config/settings issue. Any help would be appreciated. Thanks.
Comments
Comment #1
cjaspencer commentedDid you find an answer for this? I believe this code should make that problem go away. You may override this in the local.css file with something else. For example, float: none; would make them stack vertically.
Comment #2
mohan_kumar29 commentedKindly use float:left for that column class. That will be helpful for you.