Hi, I want to remove white space in the left side of the logo in mobile version, can someone help me please? Dawn theme
2 Likes
Hello dear friend!
You can make the Logo Bigger. Try to see.
Have a great day,
David
Smart Entrepreneurs Team
1 Like
Hi friend, i don’t want a bigger logo, i want something like this (mobile version) https://www.aw-lab.com/
Would you mind to share your Store URL website? with password if its protected. Thanks!
https://kickzone-8065.myshopify.com/
Password: steosh
1 Like
Thank you for the information. Try this one.
- 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:
- And Save.
@media only screen and (max-width: 749px){
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
padding-left: 0px;
}
a.header__heading-link.link.link--text.focus-inset {
padding-left: 0px;
}
}
Result:
I hope it help.
If my solution help you please dont forget to Mark as Solution and Likes. Thanks!
1 Like
Thank you my friend! You helped me a lot! Thanks
Welcome. ![]()

