Home Forums Jevelin Theme Change order of columns on Mobile Reply To: Change order of columns on Mobile

Home Forums Jevelin Theme Change order of columns on Mobile Reply To: Change order of columns on Mobile

Solution for this topic

 

Ok then please use the following custom CSS code by adding it in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

@media (min-width: 800px){

section.sh-section.sh-section-4f1c8d432992cec18f84b77c12a1ade2 .sh-column-3b8b971f6f0771e88ba1482148af4dce {
float: right;
}

section.sh-section.sh-section-4f1c8d432992cec18f84b77c12a1ade2 .sh-column-e69ba81a7b99a7aa2c42ccb55c9f2705 {
float: left;
}

}