Hi, thanks for your help! I am using Woodstock theme, my store is: https://leadingsolutions.co.nz/.
I am trying to reduce the space between the price and the afterpay message on the product page so that they are a bit more cohesive but I can’t figure out how to do it. See below.
Hi @Franrulzok
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Thanks for your reply. This just removes the space above the price (which I’m not as keen on) but the spacing above afterpay message is still there?
Hello @Franrulzok
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
div.shopify-block:has(square-placement) {
margin-top: -26px !important;
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.