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!
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:
.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!