diggy Posted January 27, 2012 Share Posted January 27, 2012 I'm preparing my new e-store, but I have some small display points that I would like to change on the theme that I found. My e-store address: http://www.dgeneral.ch/TheStreetMag/5-test The template demo that I use: http://demo.devilthemes.com/blackink/ Does some know what can I do to display my sub-categories (like test) a little bit more on the right so that user can see in the menu that it is a sub-category? In the same time, does some know how I can do to display Accueil>iPods>test at the same level? Because at the moment test is higher. Thanks in advance, David Link to comment Share on other sites More sharing options...
profo Posted January 27, 2012 Share Posted January 27, 2012 I do not know the "balckink" theme, but first of all you have to define the number of the subcategories (modules / shop functions / categories). Here you can choose the "dynamic" mode also if you want. Then you have to define categories and subcategories (catalog panel). Link to comment Share on other sites More sharing options...
diggy Posted January 27, 2012 Author Share Posted January 27, 2012 Actually I already did the 3 points you said... I just would like to change the way how it look. Thanks profo for your answer! Link to comment Share on other sites More sharing options...
prestamax Posted January 29, 2012 Share Posted January 29, 2012 You would need to define it in your css In global.css look for #left_column ul { list-style: none outside none;} Here you can add another line: #left_column ul ul { margin-left: 10px; } this means that the nested category level has a left margin of 10px (adjust the value to your liking). Link to comment Share on other sites More sharing options...
diggy Posted January 30, 2012 Author Share Posted January 30, 2012 It's just perfect, thank you so much prestamax !!! David 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