Home › Forums › WoodMart support forum › How to minimize gap between two elements › Reply To: How to minimize gap between two elements
October 30, 2019 at 10:49 am
#153416
Aizaz Imtiaz Awan
Keymaster
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.