Change the text alignment to for quick add popup of Dawn Theme?

I have a quick add feature on my store, but the text is aligned to the left and it make the title look really long. Is there a way to fix this?

Hello @aStickyai ,

  • Are you trying to change the text size and where you want the feature will be displayed? Let us know your intention. In the mean time, you can try to follow these steps to change the text size.
  • Go to Online Store → Themes → Actions → Edit code
  • Go to Sections → quick-add-button file
  • Add the following CSS properties to the relevant class to change the text size and align it to the center of the page:
.quick-add-button {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
  • Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

Glad to help. Can you share the link to your website?