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
sorry for issue can you please add this code
- Go to Online Store->Theme->Edit code
- 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