Shopify themes, liquid, logos, and UX
My current product page; variants, price, product name etc, star ratings are currently centred. How can I change this to the being all aligned left?
Hi @shanagarryceo ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
@media (max-width: 767px){
.product__info-wrapper.grid__item * {
text-align: left !important;
}
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
Hello @shanagarryceo ,
It's the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
@media (max-width: 767px){
.product .product__info-wrapper.grid__item * {
text-align: left !important;
}
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024