Personalized checkout and custom promotions with Shopify Scripts
As shown by the image, I would like to arrange the product title, review stars and product price on the left side whilst keeping the everything else the same. How do i do this. I tried div{ text-align: center} in the custom css but this centered the colours aswell. Any help would be grewatly appreciate my store url is:https://03nkpv-tm.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Oh, I see. Try this one.
@media only screen and (max-width: 768px) {
.product-single__meta {
text-align: left !important;
}
.variant__label, .variant-input-wrap {
text-align: center;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi CameronO
1st you can check the settings if there is not setting for align text then->
you can inspect element and search the classes of the relative title, price & review and apply the text-align: left; css
or
if its not work you can try text-align: left !important;
it will 100% work
Hi @CameronO
Is this solved?
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
No, because i want the colours to be centered still. I really appreciate your help only the prices and the product title should be aligned to the left
This is an accepted solution.
Oh, I see. Try this one.
@media only screen and (max-width: 768px) {
.product-single__meta {
text-align: left !important;
}
.variant__label, .variant-input-wrap {
text-align: center;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
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