Home Forums Jevelin Theme Section background image alignment Reply To: Section background image alignment

Home Forums Jevelin Theme Section background image alignment Reply To: Section background image alignment

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 screen and (max-width: 480px) {

section.sh-section.sh-section-c02077b9a38c2c03cc171ff9c6baf867 {
    background-size: contain;
    }
}