Shopify themes, liquid, logos, and UX
Hello. How to edit the product page to have a little gap between product variants and quantity?
Link:
https://holycup.lt/collections/indu-kolekcija/products/stikliniai-siaudeliai-wavy-copy
Thanks!
Hello @manter,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Inside tag head. You need create style tags. After you'll insert my code inside it
@media (max-width: 768px){
.tt-product-single-info .tt-options-swatch {
margin-top: -3px;
margin-bottom: 10px;
}
}
Thanks!
Thank you! Where exactly I have to place it? I tried placing in the <head> but no change happened.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025