Centre align buy now button in column

Hi,

I’m trying to centre align a buy now button in a column.

Any ideas as I’m really struggling?

Thanks

Hello Gavin,

Thanks for writing to us.

It is not possible to advise you without checking your exact page URL. I would request you please share the exact page URL so that we can guide you properly with your concern.

Thanks

Hi Gavin,

Unfortunately, the given URL is not accessible and showing the Critical Error. Please check and let us know once it is accessible. I have also noticed that you have withdrawn the post, I believe you already have resolved the issue. If the issue still existed, you can let us know.

Thanks

Hi Prakash,

No, it’s still not resolved. I’m still building the site and it’s on a temporary domain with Bluehost. Does the site need to be live before you can resolve it?

Thanks

Hi Gavin,

To make the Buy Now button aligned center, you need to add the following custom CSS code into the Theme Options > CSS.

.wp-block-column
{
    text-align:center;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Hi Prakash,

The critical error is resolved now and you should be able to access the URL.

Thanks

Hi Tristup,

Ok, that has sorted it.

Many thanks

Hi Gavin,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.