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.
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