Okay
  Public Ticket #3113772
Space for Product Parallax Foto with Footer
Closed

Comments

  •  4
    zerattos started the conversation

    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

    9514127614.png


  •  279
    Noah replied

    Hi 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.

  •  4
    zerattos replied

    Hi Noah,


    its works, thank you :)