stacking module position

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri May 03, 2013 9:04 am
Reply with quote
Report this post
Hi! I'd like to be able to have multiple modules in the top2 position but to have them stacked (so each is full width), instead of side by side (in which each module in that position takes up its percentage of the width). Is that possible to stack the modules in the top2 position? I'd like to use top2 specifically, instead of header or top1, because of its white background. Thanks!
User avatar
Fresh Boarder

GK User
Sun May 05, 2013 11:14 am
Reply with quote
Report this post
Hi, if you want to display for example side by side you have to add own suffix to each module, for example ' part' then you will need to add to override.css
Code: Select all
.part {
float:left;
width:49%;
}

and remember to enable override.css option in template settings. But if you would like to have more then two , for example for you need to divide 100% by count of your modules and you will have width value to css code.
User avatar
Gold Boarder


cron