Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello dear Shopify community!
Simple fix for you here I am sure! I have downloaded Shopify buy button and followed all the steps to generate the code, it even shows the alignment as centered in the builder and preview. However, whenever i go to my product page and insert the code into an the "custom liquid" block it is not centered properly on mobile or desktop... please let me know how i can center the button.
Hi, Can you give me store url?
It depends on the code / styling but on the first line, within the div tag, you could add some styles which should get you there e.g.
<div id="..." style="margin-inline: auto; text-align: center;"></div>