Tagged: breadcrumbs
Hi,
I have a little problem with breadcrumb no left padding on the last breadcrumb. Padding has only on ‘a’ and ‘sep’ class.
Your are here: Homepage / Shop / Item /Last item
I need left padding on Last item
<div class="breadcrumb-trail" xmlns:v="http://rdf.data-vocabulary.org/#"><span class="trail-before"><span class="breadcrumb-title">You are here:</span></span> <a href="http://petcorner.hu" title="Petcorner" rel="home" class="trail-begin">Homepage</a> <span class="sep">/</span> <span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" href="http://petcorner.hu/shop/" title="Shop">Shop</a></span> <span class="sep">/</span> <span typeof="v:Breadcrumb">Dog</span></div>
How can I solve this?
Best regards
Peter
Hey Peter!
can u please show us the page with the issue so we can help you with the proper way to target the element?
Thanks a lot for your understanding
Regards,
Basilis
Hey Basilis,
Page url below.
Kind Regard,
Peter
Hi,
Thank you for the link. Please add this in the QuicK CSS field:
.breadcrumb-trail span:last-child {
padding-left: 5px;
}
Best regards,
Ismael
Hey,
Its work! Thank you! :)
Best Regards
Peter