Not possible to change the width of template modules blocks

October 08 Joomla Templates
GK User
Fri Sep 21, 2012 9:49 pm
Hi! I installed the latest template (v.2.12) in Joomla 2.5, but it is not possible to change the width of the module blocks. I followed the instructions given in your documentation, but unfortunately I do not have a section named "Template modules blocks" in the Layout block at the Template manager. I am attaching a screenshot to see the problem. Is there a .css file I can use to change the width of e.g. module position top1? I used override.css to write the following code:
Code: Select all
#gkToptop1 {
width: 66%;
}

but it still did not work. An suggestions? Thank you in advance.
User avatar
Fresh Boarder

GK User
Sat Sep 22, 2012 12:05 am
Add !important so it doesn't get overridden by other scripts or css files.

Code: Select all
#gkToptop1 {
width: 66%!important;
}


See you around...
User avatar
Platinum Boarder

GK User
Sat Sep 22, 2012 6:08 am
Thanks a lot! This worked!
User avatar
Fresh Boarder

GK User
Sat Sep 22, 2012 7:00 am
No problem at all, see you around...
User avatar
Platinum Boarder


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