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!
You're welcome @damienfeller !
User | Count |
---|---|
448 | |
187 | |
139 | |
61 | |
44 |