Centre Product Description and Title & Reviews only in Mobile

Solved

Centre Product Description and Title & Reviews only in Mobile

ellacoker
Shopify Partner
270 1 64

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 

 

Screenshot 2025-03-21 at 16.46.08.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

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;
  }
}

Screenshot 2025-03-21 at 14.15.35.png

- 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.

View solution in original post

Replies 6 (6)

Huptech-Web
Shopify Partner
1169 234 264

Hi @ellacoker 
Do you need something like this?

HuptechWeb_0-1742540057703.png

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
ellacoker
Shopify Partner
270 1 64

yes please

 

Huptech-Web
Shopify Partner
1169 234 264

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>

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

Mustafa_Ali
Explorer
346 28 56
<style>
@media screen and (max-width: 767px) {
section#ProductInfo-template--24209589993766__main {
    text-align: center;
 }
}
</style>

@ellacoker 

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

MustafA16_0-1742540163641.png

 

Mustafa_Ali
Explorer
346 28 56

hey @ellacoker try this one

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

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;
  }
}

Screenshot 2025-03-21 at 14.15.35.png

- 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.