Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
The mobile product pages have the text aligned left and white space on the right. However, on the desktop product page, it shows the text as centered.
URL: https://yellowstonenaturalnutrition.com/products/get-revive-pm
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @YNN,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 749px){
.product-single__description{
padding-left: 22px !important;
}
}
Hope it helps!
This is an accepted solution.
Hi @YNN,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 749px){
.product-single__description{
padding-left: 22px !important;
}
}
Hope it helps!
Worked perfectly, thank you!
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