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.