Dear community,
I want to make some adjustments to my store. I’d like to know the following things:
- How do I edit the spacing between PRODUCT TITLE and the circled section?
Website: https://coffee-chains-test.myshopify.com/?_ab=0&_fd=0&_sc=1
Password: owl
Theme: Motion
Hi @blcksoap ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.product-single__meta > .product-block {
margin: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
1 Like