Can this “Add A Review” button be centered?
Topic summary
A user asked how to center the ‘Add A Review’ button on their Shopify store.
Solution provided:
- Navigate to Shopify Admin → Online Store → Themes → Actions → Edit Code
- Open Asset → base.css
- Add CSS code at the bottom targeting the review button class with
text-align: center !important;
Outcome:
The solution worked successfully. The issue appears resolved, with the helper requesting the user mark the solution as accepted if helpful.
1 Like
Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.evm-submit-testimonial-button {
text-align: center!important;
}
1 Like
Thank you! I truly appreciate you responding and helping me so quickly!! Worked beautifully!
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

