I’m using this template. I don’t want the left & right hand columns available, I need to use the whole space for the main column. I’ve disabled every module in the left & right columns, the content is correct on the left side starting under pic1 but on the right side I’ve got this big space on the right side. I’ve changed all my rightcolumn settings in template.css to width: 0px but still no luck. Does anyone have any other suggestions for me please?
Share
just a first quick guess:
In the index of your template, line 43-44
here the template detects which modules are active and seems to change the class suffix. Here you need to inject your own. Let me know if you need more help…
EDIT:
Your template uses the following style classes to change the mainbody:
The last one should be injected if no left and no right modules are found. You may change the width of this one to see a effect.