diggy Posted January 30, 2012 Share Posted January 30, 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....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 More sharing options...
CartExpert.net Posted January 31, 2012 Share Posted January 31, 2012 Hello, In global.css set .breadcrumb to have line-height:19px; Link to comment Share on other sites More sharing options...
diggy Posted February 3, 2012 Author Share Posted February 3, 2012 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 More sharing options...
CartExpert.net Posted February 3, 2012 Share Posted February 3, 2012 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 More sharing options...
diggy Posted February 3, 2012 Author Share Posted February 3, 2012 Just perfect! Thanks so much... Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 6, 2012 Share Posted February 6, 2012 Hello, we're happy we could help. Please set topic as SOLVED. 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