Showcase "in stock" & "shipment info closer to eachother

The two texts “in stock” and “Free shipping above €60” needs to be showcased closer to eachother, is this possible, store url is www.lunalucente.com

-Here is the solution for you

  • Please follow these steps:

  • Then find the main.css file.

  • Then add the following code:

.main-product__block-shipping {
  margin-top: 0px !important;
}
.main-product__block-shipping .m-product-shipping--text {
  margin-top: 5px !important;
}
  • Then press ‘Save’ to save the code.

  • Here is the result you will achieve:

  • You can also increase it by 5px for a larger gap, or decrease it by 5px for a smaller one.

  • Good luck. If you find it helpful, please press like and mark it as the solution.