Yesterday I noticed that there are two spaces after the breadcrumb separator and one space before it. I am aware that Admin Layout Settings control (with the default setting) one space before the separator and one space after it. I don't want to make my change in Admin, though.
In the php file that controls the breadcrumb trail for all store pages is where you'll find the additional space. It looks like this:
I tested it by removing and re-inserting that space after the semi-colon, and now cannot seem to remember which php file this is. The tpl main_page php file doesn't seem to be controlling it. Am I going bonkers? Thank you.Code:<div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>






Bookmarks