Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #632536

    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

    #632551

    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

    #632578

    Hey Basilis,

    Page url below.

    Kind Regard,
    Peter

    #633559

    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

    #633763

    Hey,

    Its work! Thank you! :)

    Best Regards
    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumbs last child padding left’ is closed to new replies.