How remove gap between two image blocks in WP Bakery

446 Views Asked by At

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

1

There are 1 best solutions below

3
On

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;
}

before (35px) enter image description here

after ( 0px ) enter image description here