Adding padding in footer DAWN THEME - HELP

Hello,

I’m trying to fix my footer in Dawn Theme and I’m trying to add a little padding space between the email sign up and links. Please help, picture example below. Thank you

@made4Uo

Hi @midas8858 ,

Do you mind sharing your website? I do not have the same settings on my out of the box Dawn theme.

Hi @made4Uo

Yes thank you I sent you a direct message with the information

@made4Uo Thank you the code and instructions you provided worked! Amazing :+1:

  1. In your Admin store, click Online store > Themes
  2. Go to the theme you want to edit, click Actions > Edit code
  3. In your Asset folder, open the base.css and add the code below

.footer-block–newsletter {
margin-bottom: 10rem !important;
}