Home Forums Jevelin Theme Column margin problem. Reply To: Column margin problem.

Home Forums Jevelin Theme Column margin problem. Reply To: Column margin problem.

Solution for this topic

It seems the issue of Unyson framework that we need to troubleshoot more.

In the meanwhile you can set the margin to these elements displayed on the home page of your site 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 (min-width: 768px){
body.home .sh-section-7f9dce084d0526e8808ea49ca6f36edf .fw-col-sm-6 {
    width: 49%;
    margin: 0 0.5%;
}

body.home .sh-section-7cebbbbd04f2fd5f016bae6daf667582 .fw-col-sm-4 {
    width: 32.33333333%;
    margin: 0 0.5%;
}
}