Shopify themes, liquid, logos, and UX
Hello,
Can anyone help me with aligning my title, price, options, add to cart and the buy button (Desktop shows the buttons to the left) - I am using the Refresh theme 🙂
Solved! Go to the solution
This is an accepted solution.
Hi @Fardale,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
.product__info-wrapper .product__title, .product__info-wrapper .price {
text-align: center !important;
}
fieldset.product-form__input, .product-form .product-form__buttons {
margin: 0 auto !important;
text-align: center !important;
}
fieldset.product-form__input .form__label {
display: block !important;
width: 100% !important;
}
</style>
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Hi @Fardale ,
Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.
Hi @Fardale,
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
This is an accepted solution.
Hi @Fardale,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
.product__info-wrapper .product__title, .product__info-wrapper .price {
text-align: center !important;
}
fieldset.product-form__input, .product-form .product-form__buttons {
margin: 0 auto !important;
text-align: center !important;
}
fieldset.product-form__input .form__label {
display: block !important;
width: 100% !important;
}
</style>
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
I do appreciate your compliment! 😁
Can you please include product quantity for this code as well? Thank you so much in advance.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025