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

cjaspencer’s picture

Did 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.

#bottom-wrapper .column {
float: left;
}
mohan_kumar29’s picture

Kindly use float:left for that column class. That will be helpful for you.