The checkout button is not centred on mobile compared to other buttons below,
Can I fix it?
The checkout button is not centred on mobile compared to other buttons below,
Can I fix it?
Hello @oscaroline
I would like to give you the recommendation to support you so kindly follow steps below:
I hope the above is useful to you.
Best regards,
GemPages Support Team
You can add this code to make your page look like this
@media only screen and (max-width: 600px) {
.cart__ctas button { width: 100% !important; padding: 20px; }
.cart__ctas { margin: 0 12px; }
}
Hi @oscaroline
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 1.5rem;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly