Home Forums WoodMart support forum Information box issue Reply To: Information box issue

#160133

d_ch
Participant

I finally fixed it with the following CSS snippet:

@media (max-width: 1025px) {
.box-icon-align-left .box-icon-wrapper {
    margin-right: 15px!important;
    }
}

Thank you!