I want to increase the distance between elements in left column. (Information box and Categories box)
How to do that?
I want to increase the distance between elements in left column. (Information box and Categories box)
How to do that?
Do you mean between the boxes - i.e. information, and categories - or you mean between the links in each box?
In first case add this to your stylesheet.css
In the second case see my last post hereCode:#information { margin-bottom: 30px; } /* use the value you like */
http://www.zen-cart.com/forum/showth...=175560&page=2
You can change the padding like thisCode:#informationContent ul li a { display: block; color: #FFFFFF; background: none repeat scroll 0 0 #FFFF00; border-bottom: 1px dotted #FFFFFF; padding: 3px; }
padding: 2px 0 2px 0;
I'm interested about first case but the problem is if :
In categories box I add some categories the information box go to bottom.
As I add even more categories in categories box the information box goes below.
How to repair that?
Why do you keep uninstalling Zen Cart?
If you want to change the template all you need to do is either create a new template, or delete the one you want.
The suggestion in my previous post should work, have you set the order of the boxes in
admin > tools > layout boxes controller?
The lowel value the higher the box.
Post back when you have Zen Cart online again, and add a couple categories to see exactly what you mean.
i solved the problem.
how to do that information box stay fix. when I change screen resolution the information box goes below/above . And I want to be same height as the logo.