Home Forums WoodMart support forum Row on Mobile Reply To: Row on Mobile

#200195

Hello,

I saw the screenshot you attached. To reduce the space as mentioned in the screenshot. You need to adjust the margin of the specific item by adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.promo-banner-wrapper #wd-5ed6bb30becd8 {
margin-top: -25px;
}

Best Regards.