breadcrumbs error (visual)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Nov 04, 2012 9:09 pm
Reply with quote
Report this post
hi there
on this page:
http://www.wijnwarenhuis.be/puglia/landkaart

you can see the breadcrumbs are visually wrong (starting from the third level).

can this be fixed?

thanx
emel
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 10:19 pm
Reply with quote
Report this post
Hi

Yes it can.

Please open ../gk_bikestore/html/mod_breadcrumbs/default.php and replace the line 18:

Code: Select all
if($i > 0) echo ' <li class="pathway separator">/</li> ';


with this one

Code: Select all
if($i > 0) echo ' <li class="pathway separator" style="margin-left: -10px">/</li> ';


Cheers
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 10:34 pm
Reply with quote
Report this post
thanx! solved :)
User avatar
Platinum Boarder


cron