Remove space on Breadcrumb link

Ticket for: Breadcrumb
0
Remove space on Breadcrumb link 1
alij2023
Jan 25, 2023 09:24 PM 2 Answers
Member Since Jan 2023
Subscribed Subscribe Not subscribe
Flag(0)

Hi, I attached few screenshots where I need to remove the extra added space at the beginning of the breadcrumb link. I tried with CSS but I do not get it right. I do not know where this extra space is coming from. Can you help?

 

 

0 Subscribers
Submit Answer
Please login to submit answer.
2 Answers
Sort By:
Best Answer
0
Remove space on Breadcrumb link 2
Azizul Raju
Jan 28, 2023
Flag(0)

Hi Alij2023,
Welcome to PickPlugins.

Please copy the CSS code below and paste it under Breadcrumb => Custom Scripts and Custom CSS option. Kindly follow my Screenshot - https://i.imgur.com/7XYvric.png

CSS code:
.breadcrumb-container ol{
margin-left: 0 !important;
padding-left: 0 !important;
}
.breadcrumb-container ol li:first-child a{
margin-left: 0 !important;
padding-left: 0 !important;
}

If it does not help, please share your website URL.

Waiting for your response.
Regards.

Sign in to Reply
Replying as Submit
Best Answer
0
Remove space on Breadcrumb link 3
alij2023
Jan 25, 2023
Flag(0)

The screenshots here

https://ibb.co/6FNj5rY
https://ibb.co/dLhDkfG

Sign in to Reply
Replying as Submit