Keep Shopify buy buttons on same line in blog

Hi all,

  1. 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!

Thanks - it works fine on desktop but on mobile, it’s still staggered (see below). Any way I can change this?

Hi @fardamintlays ,

Please send me the preview link, I will check it.

https://mintlays.com/blogs/inspiration/4-autumn-and-winter-housewarming-gift-ideas

Many thanks

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.