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

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:
Copy
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