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
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.
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;
}
