shopgirl Posted June 13, 2010 Share Posted June 13, 2010 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 More sharing options...
razaro Posted June 13, 2010 Share Posted June 13, 2010 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 More sharing options...
shopgirl Posted June 13, 2010 Author Share Posted June 13, 2010 Works great. Can't believe I didn't see those... I was searching for a while. Thank you! Link to comment Share on other sites More sharing options...
rocky Posted June 14, 2010 Share Posted June 14, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now