Breadcrumbs problem (with RTL)
My site’s language is RTL. Breadcrumbs don’t display/align right.
Breadcrumbs on my site don’t display/align right.
Example it should be displayed as Home > Project but instead, it displays as Projects < Home (on my language of course).
Attachments:
You must be
logged in to view attached files.
Another example of breadcrumbs misalignment (using RTL language).
It is Projects > Home > NameOfProject
Whereas it should be: Home > Projects > NameOfProject.
Attachments:
You must be
logged in to view attached files.
Solution for this topic
Hi @Konrud,
Thank you for your question.
You can resolve this issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-titlebar .title-level .breadcrumbs > span {
float: left;
text-align: left;
}
.sh-titlebar .title-level .breadcrumbs > span.separator {
margin-top: 8px;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.