Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi egusplosion,

    Can you please elaborate your concern?

    Looking forward to hear back from you.

    Regards,

    Thread Starter egusplosion

    (@egusplosion)

    I used this CSS.

    ——————————————————-

    .fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0px !important;
    }

    ——————————————————-

    I want to apply left 0px to only Home(First page).

    And dont want to apply it to other page like cart, my account, and so on.

    Sorry Bad English.

    I just want to add more space here. (next to car)

    https://gyazo.com/8c73a7306688b3c42262689537b41390

    Hi Egusplosion,

    I would suggest you to clear your cache.

    Let me know if it works.

    Regards

    Hi Egusplosion,

    Thank you for your patience and we hope you’re doing well.

    On line 51 in flexy-breadcrumb-public.css you can find this css rule.

    Here the padding on left and right is 5px as you can see here padding: 15px 5px.
    you can change it’s padding: 15px 10px or any other value as you wish.

    .fbc-page .fbc-wrap .fbc-items li {
    margin: 0 -2px;
    padding: 15px 5px;
    line-height: normal;
    }

    Kindly clear the cache after making this change. We recommend you to add this CSS to your theme so you will not loose it after the plugin update.

    Please let us know if this works for you and feel free to reach out to us in case of any other questions or concerns.

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to add more space here?’ is closed to new replies.