Hi there how can I remove white gap between images in link below? thanks https://flashsystem.ir/product/haylou-x1-neo-earbuds/
WP Bakery settings didn't changed anything
Hi there how can I remove white gap between images in link below? thanks https://flashsystem.ir/product/haylou-x1-neo-earbuds/
WP Bakery settings didn't changed anything
I'm not a CSS expert, but i think you can do it by removing the margin in your css , from 35px to 0px.
.wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 0px;
}