Archived topic
Yoast Breadcrumbs Centering
5 replies · Started by Marc-Andre on April 16, 2021
Hello, I tried many CSS available online to center the Yoast Breadcrumbs, but it seems I unable to make them work. Is there a way to simply align center those breadcrumbs instead of default left for all the website?
Thank you for your support!
Hi there,
can you share a link to your site so i can see how the breadcrumb has been added ?
Hi David, here is a page with breadcrumbs :
https://www.kidneyhealthyrecipes.com/apple-and-cranberry-crumble/
I added it by following the instructions written by Generatepress (adding a hook) and using the code provided by Yoast as instructed.
Thats easy then - you can add this CSS:
#breadcrumbs {
text-align: center;
}
Perfect, that works. I was only missing the #. Thank you for your support!
You're welcome!