Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
When I'm designing my website I can't seem to figure out how to have the product title, reviews and Add to cart UI be centered in the screen they are left-aligning and off-center right now.
Many thanks, website url: buzzdhair.com
mobile
Solved! Go to the solution
This is an accepted solution.
Hi @damienfeller !
Add the following code to your theme.scss file:
@media only screen and (max-width: 749px)
{
.product__form--add-to-cart {
max-width: 100%;
margin-top: 20px;
}
.product__details.grid__item {
text-align: center!important;
}
}
Let me know if that works!
This is an accepted solution.
Hi @damienfeller !
Add the following code to your theme.scss file:
@media only screen and (max-width: 749px)
{
.product__form--add-to-cart {
max-width: 100%;
margin-top: 20px;
}
.product__details.grid__item {
text-align: center!important;
}
}
Let me know if that works!
That works perfectly, thanks a million you saved a lot of headache!
You're welcome @damienfeller !
Hello
I have the same issue. Your solution fixes the problem on the product page, I also need the title of each product to be centered on the collection ist
Thank you for your help
User | RANK |
---|---|
116 | |
93 | |
72 | |
70 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022