I have a shopify store but I’m also using the Shopify “Buy Buttons” on a pre-existing site. I’m trying to remove the spacing above the buy buttons. I seem to be able to reduce the spacing by default when I add a QTY value, but not when I use the regular button without the QTY value. Can’t seem to edit the script on the button and can’t seem to find any place in the CSS file to adjust it.
Here’s how it looks:
Looking through the code,
Here’s how it looks when I add the QTY option
And this is how I WANT it to look.
When I inspect the code on the live website I see this:
.shopify-buy__btn-wrapper {
margin-top: 20px;
}
And that is not present on the button with the QTY displayed. Problem is I cant find that code in Shopify’s editor to set that margin to 0px.