How can I center the Lite Button on Wordpress?

I’ve looked through the forums and I can’t for the life of me figure out why my buy buttons are not centering on my page. I’ve tried multiple solutions and maybe I’m just reading them wrong because none of them are working. The three buttons are pretty similar so I’ll post a link to my page and just post one of the buttons HTML code.

My website
https://rodniekingaudio.com/mixing/#packages

My Code

Start Code

End Code

I’ve tried using this in multiple different ways

—- Buy Button code —
But it's not cooperating

What do?

Hello @RodnieKingAudio ,

Add this css in your WordPress active theme

.shopify-buy-frame {
    width: 100%;
    max-width: 100% !important;
}

btw I don’t think there is any relation of your query with Shopify

Thanks

1 Like

This worked exactly as I needed it to. Very simple solution, I appreciate the lightning fast response.