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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025