Alignment of text and button sizing

ecomv33
New Member
10 0 0

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!

 

 

Screen Shot 2021-02-16 at 7.01.40 PM.pngScreen Shot 2021-02-16 at 7.00.17 PM.png

Replies 3 (3)

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ecomv33
New Member
10 0 0

ZestardTech
Shopify Expert
5393 971 1293

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;
}

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing