Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    It is your bottom part that is leaving an extra padding from the top that’s why there is extra spacing

    Add this extra css it will reduce the bottom spicing

    @media(max-width:968px){
     .woocommerce div.product .woocommerce-tabs{
      padding-top:0px;
     }
    }
    Thread Starter alessanderperusso

    (@alessanderperusso)

    Hi Mr. Rajesh,
    Thank you for your fast reply.
    With your code the extra padding was gone, but i still can not edit the the top and botton space, please, see the picture.
    I have a sugestion to the plugin, add the message of amount left to free shipping, if avalible, at the top of message area. If exist a snippet for this, please, write here. I know that existe plugins for this, but i believe that with fews lines we can have this customization.

    Best Regards
    Alessander

    https://lencoismodacasa.com.br/wp-content/uploads/product-page-shipping-calculator-for-woocommerce-03.jpg`

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Sir we are not understanding your css need will suggest you please contact your developer for the CSS related help as those spacing issue are related to theme and we don’t have option of showing free shipping message in the plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing the CSS code’ is closed to new replies.