How do I center this Kickstarter video I embedded into my store?

I attempted to use this code to center it but it didn’t work. I also just used it in the Liquid code

The website is playgodgauntlet.com
Here’s a screenshot of what it currently looks like:

Try this code instead:


<iframe width="480" height="270" src="https://www.kickstarter.com/projects/godgauntlet/god-gauntlet/widget/video.html" frameborder="0" scrolling="no" style="margin: 0 auto;"></iframe>

Thank you so much, that worked perfectly!

1 Like