Put a space between shop pay and variant selection (Debut Theme)

Put a space between shop pay and variant selection (Debut Theme)

planetary_prod
Visitor
2 0 0

I am looking to put a bit of white space between the shop pay text and the dropdowns to select variant. Does anyone know how I can do this? Theme is Debut v17.13.0

 

planetary_prod_0-1667141974113.png

 

Replies 3 (3)

ExpertRookie
Shopify Partner
1518 249 325

HI @planetary_prod 
Thank you for your question. 
Please share your store URL, page URL and also password (if your store has one) so we can help you.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
planetary_prod
Visitor
2 0 0

Store:  zodiac-vogue.com

Page:  https://zodiac-vogue.com/products/art

Password:  daoblu

ExpertRookie
Shopify Partner
1518 249 325

Hi @planetary_prod 
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css

.product-form shopify-payment-terms{
display: block;
margin-bottom: 20px;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.