How can I modify the header padding on my desktop?

How do I adjust the header padding on desktop? Picture Below

I feel the logo and cart are to central. I would like them pushed left and right a bit.

Can someone please point me in the right direction.

Thanks

WEB URL - https://25f61a-2.myshopify.com/

1 Like

Hi @L25HRY

Do you mean more near on the side? If it is try this.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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:
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social {
    padding-left: 0px;
    padding-right: 0px;
}

i hope it help.

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

2 Likes

Much appreciated! It worked!

1 Like

Hi, could you help on adding how to make this /move the logo more to the right, but without changing where the header exists.