Home Forums Jevelin Theme Breadcrumbs problem (with RTL) Reply To: Breadcrumbs problem (with RTL)

Home Forums Jevelin Theme Breadcrumbs problem (with RTL) Reply To: Breadcrumbs problem (with RTL)

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