Archived topic
Adding breadcrumbs without yoast
6 replies · Started by Sameer on December 1, 2022
Greetings:
In one of your old forums, I saw your following advice:
Alternatively use a dedicated plugin – there's a few to choose from:
https://wordpress.org/plugins/breadcrumb-navxt/
https://wordpress.org/plugins/flexy-breadcrumb/
https://wordpress.org/plugins/breadcrumb/
1. Please advise which of the above will work best.
2. Please advise how to actually add breadcrumbs except on the homepage.
Many thanks.
Ok, so I was able to make the following plugin work a bit:
https://wordpress.org/plugins/flexy-breadcrumb/
However, it does not align with rest of the website and is getting pushed to the left.
Please advise a fix.
Thank you.
Hi Sam,
Have you figured it out?
The alignment looks fine to me:
https://www.screencast.com/t/GVnTvCNWKM1Y
Let me know :)
Figured some.
However, it seems pushed to the right side on mobile devices.
Please advise a fix.
Hi Sam,
This is what I see on mobile: https://share.getcloudapp.com/2Nu6AdnR
By "pushed to the right side", are you referring to removing the padding to the left of Home?
Yes, especially on mobile devices.
I see.
Can you try adding this through Appearance > Customize > Additional CSS?:
ol.fbc-items li:first-of-type{
padding-left: 0 !important;
}