d.crysty23 Posted February 27, 2014 Share Posted February 27, 2014 I've set a border for breadcrumb and now the text and the icon inside are no longer centered. I've tried to make some changes in css in order to allign them but with no success. Do you know what I should change to move them a little higher? Thanks! http://www.3bwine.com/CRISTY/prestashop/index.php?id_product=1&controller=product Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted February 27, 2014 Share Posted February 27, 2014 Do you know what I should change to move them a little higher? For a quick and easy solution you could define the height of the breadcrumb div. For example .breadcrumb { border: 1px solid #CCCCCC; font-size: 12px; height: 42px; margin-bottom: 10px; margin-left: 8px; } Not sure if that is the best solution but it does work. Perhaps others will have other ideas. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts