Home Forums WoodMart support forum Wrong space between products on AJAX Product tabs Block Reply To: Wrong space between products on AJAX Product tabs Block

#320833

Hello,

Please find this file in the theme folder: inc/integrations/elementor/elements/products-tabs/products-tabs.php

Then find and replace this line:

if ( ! $settings['spacing'] ) {

for this line:

if ( empty( $settings['spacing'] ) && '0' !== $settings['spacing'] && 0 !== $settings['spacing'] ) {

If you need help, please let us know, this will be fixed in the nearest update.

Best Regards