Jump to content

Diplay problem - Navigation links


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....treetMag/5-test

The template demo that I use: http://demo.devilthemes.com/blackink/

 

Does some know how I can do to display Accueil>iPods>test at the same level?

Because at the moment test is higher (on FF).

 

Thanks in advance,

David

Link to comment
Share on other sites

CartExpert.net thanks for you answer.

 

Actually it's already with this setting:

 

/* Bread crumb */

.breadcrumb{display:block; padding:10px 0 0 0; overflow:hidden; height:26px;}

.breadcrumb span.arein{ float:left; display:block; height:21px; padding:0 0 0 5px }

.breadcrumb span.arein span{display:block; height:19px; padding:2px 11px 0 0; color:#fff}

.breadcrumb a{line-height:19px; float:left; padding:0 3px; color:#666666; text-decoration:none}

.breadcrumb .navigation-pipe, .navigation_page{padding:0 3px 0 0; float:left; line-height:19px;}

.breadcrumb span.arein{background:url(../img/black/arein-left.png) no-repeat;}

.breadcrumb span.arein span{background:url(../img/black/arein-right.png) 100% no-repeat; }

 

What can I do?

Link to comment
Share on other sites

Change

 

.breadcrumb{display:block; padding:10px 0 0 0; overflow:hidden; height:26px;}

 

to

 

.breadcrumb{display:block; padding:10px 0 0 0; overflow:hidden; height:26px; line-height:19px;}

 

The 'test' part is not in a <a> tag, so the line height set for the <a> tag will not affect it at all.

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