Padding

How can i display the “free shipping on…” text immediately below the atc button.

Url: www.lunalucente.com

  • Then find the main.css or base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.main-product__block-custom_liquid {
     margin-top: 0px !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.