Shopify themes, liquid, logos, and UX
Hi, I would like this button on the product page to be at the same width as the line above the description , but the text should stay center aligned. thank you for your help!
f62c3a-3f.myshopify.com
Pass: daumas
I tried this but it didn't work
@media (min-width: 1024px) {
.btn--primary {
display: block;
width: 100%;
}
}
Solved! Go to the solution
This is an accepted solution.
Hi @Daniel19901
Try this one.
@media only screen and (min-width: 1024px){
.product__inner .shopify-product-form {
max-width: 100% !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Daniel19901
You can try to use this code instead
@media (min-width: 1024px) {
.product .btn--primary {
max-width: 100% !important;
}
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Please update the code
@media (min-width: 990px) {
.product-page .shopify-product-form {
max-width: 100% !important;
}
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @Daniel19901
Try this one.
@media only screen and (min-width: 1024px){
.product__inner .shopify-product-form {
max-width: 100% !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025