Home Forums WoodMart support forum How to minimize gap between two elements Reply To: How to minimize gap between two elements

#153416

Hello,

To reduce the gap between the Slider and a brand’s carousel. You can add a Custom CSS class in that row which contains the slider and brand element in “Extra class name” option.
Screenshot for clarification: https://jmp.sh/VK8D6pz

Then use the below CSS code in page CSS area on the basis of that custom class.

.brandsMargin .brands-carousel .owl-stage{
    margin-top:-30px;
}

Screenshot for clarification: https://jmp.sh/ZoKbTmt

Best Regards.