Hi all,
- I am putting some Shopify shopping channel Buy Buttons into my blog (also written on Shopify).
How do I keep the buy buttons on the same line rather than stacked on top of each other like in the screenshot below?
Many thanks
D
Hi @fardamintlays ,
Please send me the blog link, I will help you check it.
Thanks.
Preview link is here.
Hi @fardamintlays ,
Please go to buy button render product codes and add code here, it will work fine:
Code:
"img": {
"max-height": "210px"
},
Hope it helps!
Hi @fardamintlays ,
Please send me the preview link, I will check it.
Hi @fardamintlays ,
Please change code:
img": {
"@media (max-width: 600px)": {
"max-height": "130px"
},
"@media (min-width: 601px)": {
"max-height": "210px"
}
},
Hope it helps!
Did this work for you? Also, where did you implement the code? We can’t find the source shown above.