How can I widen the email signup section in the Dawn theme?

Hi, I would like to make the e-mail sign up text box longer - so it fits in with the rest of my links in the footer. Something like the red lines shown in the picture. I’m using the dawn theme. I appreciate the help!

Hey @Dat999

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you for your help! It did make the email sign up tab wider. Is there any way to align it to the center?

I figured it out. Same code as you used, just different values:

max-width: 75%;
max-width: 125%;

Thank you again for your help!

Hey @Dat999

Upon checking, it seems like that it’s already centered.

I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like