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
September 24, 2021 at 11:56 am
#320833
Elise Noromit
Member
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