Hello,
Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.
Unfortunately, there’s no option in Rank Math to change the appearance of the breadcrumbs. Rank Math’s breadcrumbs style depends entirely on your theme or your page builder.
However, you can modify the appearance using CSS on your site. You can use and customize this sample CSS to adjust the width:
.rank-math-breadcrumb {
font-size: 15px;
width: 100%;
}
Here’s a tutorial on how to use custom CSS on your site:
https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
I hope that helps.
Thank you.
Hello Reinelle,
I tried the CSS, but that didnt make the Breadcrumb 100% width. Please check again. https://lndecals.dk/
Hello,
The breadcrumbs don’t seem to be generated by Rank Math.
Please try this CSS instead:
.site-breadcrumbs{
max-width: 100% !important;
}
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
!important; did the trick! 😉
Hello,
Glad that helped.
Please feel free to reach out to us again in case you need any other assistance.
We are here to help.
Thank you.