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:
but it still did not work. An suggestions? Thank you in advance.
- Code: Select all
#gkToptop1 {
width: 66%;
}
but it still did not work. An suggestions? Thank you in advance.
-
- 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.
See you around...
- Code: Select all
#gkToptop1 {
width: 66%!important;
}
See you around...
-
- Platinum Boarder
- GK User
- Sat Sep 22, 2012 6:08 am
Thanks a lot! This worked!
-
- Fresh Boarder
- GK User
- Sat Sep 22, 2012 7:00 am
No problem at all, see you around...
-
- Platinum Boarder
4 posts
• Page 1 of 1