Jump to content

Want to change the display of categories


Recommended Posts

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

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

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

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...