Zen Cart Logo
Forums / General Questions / How do I modify the Categories box?

How do I modify the Categories box?

Views: 626

Results 1 to 4 of 4
9 May 2011, 3:12 PM
#1
arran avatar

arran

New Zenner

Join Date:
Nov 2009
Posts:
42
Plugin Contributions:
0

How do I modify the Categories box?

I want to modify my Categories as they are all to close and need them spacing one way or another, ive looked at other sites and the cats on them are Spaced Great or under lined and thats what im wanting on my site, its a Cherry Zen if that helps if you look at http://www.psychicgiftshop.co.uk you will see what i mean, i need them clear and standing out a little or under lined instead of people straining their eyes trying to see, any help much appreciated, many thanks
Arran

9 May 2011, 3:28 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How do I modify the Categories box?

My first suggestion would be to remove the category counts, and then increase the width of the left sidebox column (both doable in admin) so that your category names don't wrap. Much easier to read that way.

After that, find this in the stylesheet and add the red part, adjusting the value to suit:

#categoriesContent, #documentcategoriesContent {
text-align:left;
padding-left:10px;
line-height: 1.5em;
}

13 May 2011, 3:07 PM
#3
arran avatar

arran

New Zenner

Join Date:
Nov 2009
Posts:
42
Plugin Contributions:
0

Re: How do I modify the Categories box?

Thanks stevesh sorry for the delay, thanks for the reply yes i sore something like that but didnt want to play with it as i wasnt sure of the size that i should put, thanks again for your reply, ill go and see what it dos, as long as thats where i need to be i should beable to suss it now with the help you sent, many thanks again
Arran

13 May 2011, 3:21 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How do I modify the Categories box?

arran:

Thanks stevesh sorry for the delay, thanks for the reply yes i sore something like that but didnt want to play with it as i wasnt sure of the size that i should put

Arran,
Take time and download the browser called Moxilla Firefox, then download the add on called Web Developer or Firebug

These two jewels allow you to play with your existing site on the fly to make changes to the stylesheet.css to control div id's and classes on your site. Then if you like make the final change to the existing stylesheet.css on the server and presto "Job Done"