Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Shopify Community Downtime: The Shopify Community will be down December 5th for 15 minutes between 3pm and 4pm EST. Thank you for your understanding.

How can I adjust the spacing around my Shop Pay Installments message?

How can I adjust the spacing around my Shop Pay Installments message?

mbco
Visitor
2 0 0

I just barely updated to accept Shop Pay Installments. Now there's a big space between the price and the installments message. It's also too close to the buy now button. I'm assuming the coding is clashing with something else. If someone could help me out with this, it'd be much appreciated. Thanks!

metallic-bloom.myshopify.com

Replies 2 (2)

Denishamakwana
Shopify Partner
1408 173 232

Please add below css in assets/theme.scss.css file 

.product-form__controls-group--submit {  
             margin-top20px;
}
.product-form 
           padding-top1rem ;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
mbco
Visitor
2 0 0

@Denishamakwana

In my assets folder I only have a theme.scss.liquid file. I tried pasting it in that one and my main theme.liquid file and neither of them worked. Possibly have any other suggestions?