Home Forums Jevelin Theme Changing Mobile View Reply To: Changing Mobile View

Home Forums Jevelin Theme Changing Mobile View Reply To: Changing Mobile View

Solution for this topic

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

 

@media (max-width: 500px) {
#page-container .sh-text-block {
    margin: 0px 10px 15px 10px
}
}