Jump to content

Quick padding question?


Recommended Posts

I want to make the categories (in the block) not so indented... please tell me how?

Tried the "ul.tree li" stuff in global.css but that messes up the sitemap. Tried some other stuff too but I'm bad with CSS.

I'm with version 1.3.1. Thanks.

Link to comment
Share on other sites

You could change padding-left to 0em in

div#categories_block_left ul.tree {
padding-left:0.5em;
}


at global.css (line 1155) or/and padding-left to 0px in

div#categories_block_left ul.tree li {
background:none repeat scroll 0 0 transparent;
border:medium none;
font-size:13px;
font-weight:bold;
line-height:13px;
margin-left:0;
padding-left:0;
padding-top:5px;
}


at global.css (line 1156)

And you don't need to set both to 0 choose value that suits you.
Also this shouldn't mess up sitemap.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...