Home Forums WoodMart support forum Empty space above 1st row on mobile view Reply To: Empty space above 1st row on mobile view

#144817

Hello,

To fix this define your custom class in the Image Carousel element. Click on the pencil icon to edit the “Image Carousel” then add custom class in the “Extra class name” field as in the screenshot:
https://screenshot.net/614zxs7

Then paste the below css in your page css by clicking on settings icon and then hit “Save Changes” button:

.customRow{
     margin-top: 37px;    
}

I used the name of custom class as “customRow” you can use any other name for class.

Screenshot: https://jmp.sh/jJuvDAU
Result: https://jmp.sh/1VhJYgA

Best Regards.