All things Shopify and commerce
Hello,
Is someone able to assist me in centreing my product title, description & star rating (only in mobile)? Thank you very much.
Ella.
URL: https://www.samiyaskincare.com.au/products/throat-chakra-face-oil
Solved! Go to the solution
This is an accepted solution.
Hi @ellacoker
You can do that by adding this code to Custom CSS of Product information
@media (max-width: 749px) {
.product__info-container {
text-align: center;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Hi @ellacoker
Do you need something like this?
yes please
Hi @ellacoker
Add the code below to theme.liquid
Go to current theme -> edit code -> find theme.liquid and add the code below before </head>
<style>
@media screen and (max-width: 767px) {
.product__info-container {
text-align: center;
}
}
</style>
<style>
@media screen and (max-width: 767px) {
section#ProductInfo-template--24209589993766__main {
text-align: center;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution
This is an accepted solution.
Hi @ellacoker
You can do that by adding this code to Custom CSS of Product information
@media (max-width: 749px) {
.product__info-container {
text-align: center;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025