Hey Guys, I want to increase the size of my add to cart button in my shop (tornado-fabrik.de) can someone please help me?
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store based on 6 years of providing solutions for about 100.000 active Shopify merchants.
I’ve checked your page and would love to tell you how to increase the size of the add to cart button in your page.
Please add this code
- Go to Shopify admin → Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media only screen and (min-width: 420px) {
.template-product .payment-buttons {
display: flex;
align-items: center;
}
.template-product .payment-buttons .btn--tertiary {
padding: //px //px;
width: //%;
margin-right: //px;
margin-top: //px;
}
.template-product .shopify-payment-button {
margin-top: //px;
width: //%;
}
}
If you want more flexibility to personalize your pages, I’d love to introduce our product PageFly Landing Page Builder with 24/7 support live chat. PageFly has a Free plan where you can use all features and create different page types so I hope give us a try.
If you find my comment useful, please let me know by giving it a Like. Thank you!
PageFly
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.template-product .add-to-cart {max-width: 290px;}