Increase space between Email subscription title and box

Hi all,

I would like to increase the size on mobile between the title and the email box as shown below. I use the Dawn theme. Thanks very much in advance for your help.

Hi @TiendasMD

Do you mean this one?

Do you need more space for this?

Thanks very much, that’s exactly right. The narrow space between the email box and the title is only for mobile. I am using Dawn and my url is tiendasmd.com

Thanks for the info, try this one.

  1. From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€.
  2. Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.
  3. In the ā€œAssetsā€ folder, click on ā€œbase.css, style.css or theme.cssā€ file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.footer-block__newsletter {
    gap: 2rem;
}
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks very much! It works perfectly now!

Welcome! Would you mind hitting ā€˜like’ as well? Thanks!

Not at all, thanks very much!