REMOVE SPACE between Buy Botton and badges

Hey guys,

i added a stock counter to some products, but not for all the products and the problem is:

Products that don’t have a stock counter have this really ugly space, I wanted to remove this space only for products that don’t have stock, please. You can check the references below

Hi @riqui900

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.product__inventory.visibility-hidden:empty {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

Thank you so much Henry, it worked perfectly!

Henry, i just realised that it was not fixed for the mobile version, could you help me with that please?