Module widths - how do I control them?

GK User
Sat Jun 21, 2014 7:32 pm
How do you control the module widths and have them adjacent to each other in position header_bottom?
How do you control the widths so that one module takes up half the width and the other two take up the remaining two quarters?

Thanks

Ian
User avatar
Expert Boarder

GK User
Sat Jun 21, 2014 11:16 pm
Hello,

Sorry but there is no built-in code for this kind of layout for modules in the header_bottom module position. You can try to use the following code:

Code: Select all
#gkHeaderBottom .gkPage > div {
width: 50%!important;
float: left;
}
#gkHeaderBottom .gkPage > div + div {
width: 25%!important;
}
User avatar
Administrator

GK User
Sun Jun 22, 2014 11:07 am
Thanks Dziudek,

Can these settings be controlled in any of the other module positions?
User avatar
Expert Boarder

GK User
Sun Jun 22, 2014 10:07 pm
You can try to change the #gkHeaderBottom to ID of other area i.e. #gkBottom2
User avatar
Administrator

GK User
Tue Jun 24, 2014 7:48 pm
Sorry, dont understand. Can you expand on that or point me to some documentation.

Thanks

Ian
User avatar
Expert Boarder

GK User
Wed Jun 25, 2014 9:35 pm
There is no documentation for it, because it is a custom work - in my opinion all is clearly explained - if you don't understand please point what exactly is a problem.
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.