We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Breadcrumb
0
alij2023
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
2 Answers
Best Answer
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.