JustinWDev of Archived Theme Support
2/8/2016 - 1:04 AM

Center buy button horizontally within its container

Center buy button horizontally within its container

Open your theme's stylesheet, scroll down to the bottom using Ctrl↓, then add this:

[data-embed_type] {
  display: block !important;
  
  iframe {
    margin: 0 auto !important;
  }
}