Increase space between Email subscription title and box

Solved

Increase space between Email subscription title and box

TiendasMD
Excursionist
20 0 3

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.

 

TiendasMD_0-1747160233644.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

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:

Made4uoRibe_0-1747229173023.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @TiendasMD 

Do you mean this one? 

Made4uoRibe_0-1747172280724.png

Do you need more space for this? 

 

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
TiendasMD
Excursionist
20 0 3

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

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

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:

Made4uoRibe_0-1747229173023.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
TiendasMD
Excursionist
20 0 3

Thanks very much! It works perfectly now!

Made4uo-Ribe
Shopify Partner
10211 2427 3081

Welcome! Would you mind hitting 'like' as well? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
TiendasMD
Excursionist
20 0 3

Not at all, thanks very much!