Home › Forums › Jevelin Theme › Breadcrumbs problem (with RTL)
Home › Forums › Jevelin Theme › 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).
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
Thank you, it helped.
You are most welcome here 🙂