Hello! I am wondering if someone can help me with this issue I’m having? I am wanting to centre all of the content in the red box (see photo), but ONLY on my mobile layout. I am using the Sense theme. I am also no stranger to code edits, so I am more than happy to do them myself if someone can help me find the right code
Thank you!
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
URL is www.auburnaroma.com
There should be no password on the page at present ![]()
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
.product__info-wrapper.grid__item {
text-align: center;
}
quantity-input.quantity {
margin: 0 auto;
}
.product__info-container>*+* {
margin: 0 auto;
}
.product-form__buttons {
margin: 0 auto;
}
1 Like
Worked perfectly! Thank you!!
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.
1 Like

