Basic Module Question

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 Mar 15, 2013 12:56 pm
Reply with quote
Report this post
I notice when two modules are allocated to some position like top1 in this template Game News, they will site side by side however when the same is done in other positions like mainbody_bottom the module site one above the other.

Is there a way to control how and when this happens?
User avatar
Junior Boarder

Konrad M
Fri Mar 15, 2013 1:04 pm
Reply with quote
Report this post
Hi,
unfortunetly no but if you want two or more modules in mainbody_bottom please send me url to your site and I will give you code to achieve that.
User avatar

GK User
Fri Mar 15, 2013 1:04 pm
Reply with quote
Report this post
I should mention that changing the width of the module to 50% in the module config has no effect. When modules divide or stack appears to an attribute of the module position and not the modules put into it.
User avatar
Junior Boarder

GK User
Fri Mar 15, 2013 1:12 pm
Reply with quote
Report this post
PM sent Konrad. Many thanks for the quick response.
User avatar
Junior Boarder

Konrad M
Fri Mar 15, 2013 1:46 pm
Reply with quote
Report this post
Please remove 50% width of module and back to 100%. Then please add to override.css
Code: Select all
#gkMainbodyBottom .box {
    float: left;
    width: 50%;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Mar 15, 2013 2:23 pm
Reply with quote
Report this post
This worked perfectly Konrad. Thank you again for the instant support.
User avatar
Junior Boarder


cron