Home Forums Jevelin Theme RTL support Reply To: RTL support

Home Forums Jevelin Theme RTL support Reply To: RTL support

You can achieve it 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-header .sh-table-cell:first-child {
    float: right !important;
}
.sh-header .sh-table-cell {
    float: left !important;
}