
Originally Posted by
colnixon
Hi,
I am having broblems with the alignment of my 'Information' side box. All the links seem to be hangging over the edge of the background. Please view...
www.kitchenandbedroominteriors.com/store
I have tried updating the information.php file found in directory:
includes/modules/sideboxes/apple_zen
I am not sure what to put. Any ideas anyone???
Great template by the way Jade, I am also well impressed at how much support you have been giving people
Many Many Thanks
It's because you added this to your stylesheet, please remove it:
Code:
#indexHomeBody .centerColumn {margin-left:2%}
#indexHomeBody #navColumnTwo {margin-left:0%;}
Then to fix the padding issue of the information box open up includes/templates/template_default/sideboxes/tpl_information.php and change this:
Code:
<ul style="margin: 0; padding: 0; list-style-type: none;">
To this:
Then save and upload that changed file to includes/templates/apple_zen/sideboxes/
I'll include this file in my next update. 
ETA: You also need to fix your commenting for your colors. Go ahead and remove the words "blue" before and after your blue section in the stylesheet. That may cause you problems. If you want hidden text in a stylesheet, it should always be like this:
/* Hidden Text Here */
Bookmarks