How can I center the 'Add A Review' button?

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.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Can this “Add A Review” button be centered?

1 Like

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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.