Can you help me get rid of the white space above the product description?

Hey guys,

So I removed the local pickup text from my product description.

Now there is a big white gap, can you please remove it.

URL is https://www.littlelovesstore.com/products/vintage-guess-black-overalls

Thank you in advance!

@ashashash , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base**.css** and paste this at the bottom of the file:
.product pickup-availability{
    display: none !important;
}

Kind regards,
Diego

hi @ashashash ,

Can you go to layout/theme.liquid and then add the short code here:

*pickup-availability[available] {min-height:0px;}* **

or go to /assets/component-pickup-availability.css then find to line pickup-availability[available] and change from min-height:8rem; to min-height:0px;

Hope will helpful to you!

Hi Diego, this is what caused the big white gap.

The first one worked perfectly thankyou!