How to decrease the space between icons and logo header

NOT1_0-1725691192482.png

I want to make the search & cart and the menu button more close to the logo in dawn theme mobile header

Thanks in advance : )

  • Here is the solution for you @NOT1

  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

Copy

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hello @NOT1

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.header {
padding: 6px 6rem 4px 6rem;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks