How can I reduce spacing in the header and make my logo and slide menu bar bigger?

My shop is cutestyou.myshopify.com PW: ayesho

Thank you so much!

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
h1.header__heading a {
padding: 0;
}
.header {
padding: 0;
}