How can I center text and increase button size on my product page?

Hi,

I would love some help to centre everything on this product page if possible. Also any way to make the add to cart button bigger?

Thanks in advance!

Hello There,

Please share your store URL.
So that I will check and let you know the exact solution here.

Hi

its www.fliptoyellow.com/ordernow

Hello There,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

button.btn.btn–secondary-accent.vtl-aa-animated-atc-button.uploadkit-cloned-atc-button {
width: 100%!important;
}
button.uploadkit-button {
width: 100%!important;
}
.vtl-product-carousel__slider-inner {
width: 100%!important;
}
.product-form {
padding-top: inherit!important;
}