Archived topic
How to style better Yoast Breadcrumps
5 replies · Started by Matteo on January 29, 2021
I read all previous topics but I'm not able to style better the Yoast breadcrumbs into my site.
All is good but css.
I need to:
1. Align the breadcrumbs to the left like the post title;
2. Reduce the distance of the breadcrumbs from the post title (same distance of the author's name);
3. Reduce the distance from the header/navigation.
Some suggestions?
Thanks.
Hi there,
When you added the breadcrumb it looks like you wrapped it in:
<div class="page-header">
breadcrumb code
</div>
Remove the page-header class as that is adding extra padding.
Thank you
Its the third line down in the code in your Element:)
It works.
Glad to hear that