Breadcrumbs problem (with RTL)

Home Forums Jevelin Theme Breadcrumbs problem (with RTL)

Home Forums Jevelin Theme Breadcrumbs problem (with RTL)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • Konrud
    Participant

    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.

    Konrud
    Participant

    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

    Konrud
    Participant

    Thank you, it helped.

    You are most welcome here 🙂

Viewing 5 posts - 1 through 5 (of 5 total)