Comments 4zerattos started the conversationAugust 29, 2022 at 10:35amHello,in the Product Foto habe a little Space vor the Footer section and i dont habe any Margin or padding or a Row.how can i disable this white bar space before the footer section? Thank you so much 279Noah repliedAugust 29, 2022 at 10:58amHi there,You can remove the space with this bit of CSS: body.single-product .container-wrap { padding-bottom: 0px; } .woocommerce div.product .woocommerce-tabs .panel{ padding-bottom:0px !important; } add it to salient \ general settings - css script related - custom css code.Cheers. 4zerattos repliedAugust 29, 2022 at 12:24pmHi Noah,its works, thank you :)1 Like Sign in to reply ...
Hello,
in the Product Foto habe a little Space vor the Footer section and i dont habe any Margin or padding or a Row.
how can i disable this white bar space before the footer section?
Thank you so much
Hi there,
You can remove the space with this bit of CSS:
add it to salient \ general settings - css script related - custom css code.
Cheers.
Hi Noah,
its works, thank you :)