delete space

Solved

delete space

scheli1
Tourist
7 0 1

Hello,

Anyone could help me to reduce space where there is the product price and just after the payment button please!

Would be truly appreciated 🙂

https://www.pilatera.com/collections/frontpage/products/pilates-reformer-pro

 Screenshot 2025-01-08 at 12.15.00.pngScreenshot 2025-01-08 at 12.15.06.png

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
722 141 149

This is an accepted solution.

Hello @scheli1 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

span#ProductPrice-template--24282987528522__main {
line-height: 0px !important;
}
.mt-4, .my-4 {
margin-top: -1rem !important;
}

result
123.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

View solution in original post

Replies 4 (4)

websensepro
Shopify Partner
1838 213 257

Hi @scheli1 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

 

 

.product-single__meta .shopify-block {
    margin: 0 !important;
}
.gr-btnjs.mt-4 {
    margin-top: 0 !important;
}

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

websensepro_0-1736333169288.png

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Rahul_dhiman
Shopify Partner
722 141 149

This is an accepted solution.

Hello @scheli1 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

span#ProductPrice-template--24282987528522__main {
line-height: 0px !important;
}
.mt-4, .my-4 {
margin-top: -1rem !important;
}

result
123.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

scheli1
Tourist
7 0 1

thank you so much !

Rahul_dhiman
Shopify Partner
722 141 149

Happy to help you...!!!

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me