How do I add 20px padding to a header in Shopify?

Hello Shopify Community. I need to add 20px of padding to the header so the sale banner is not covering the menu. Please help!

1 Like

@diydesigners

sorry for issue can you please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
body{padding-top: 40px;}
2 Likes

Thanks! You guys are the best!

1 Like