This is how the current header looks like: -
Link : https://f40566-d3.myshopify.com/
This is how i want the header to look like :-
Link : https://www.bartisans.in/
Please help with this as i am not able to make it responsive with screen sizes.
Goal: Adjust Dawn theme header so the logo sits further left and the menu/cart icons further right, removing extra side indentation while staying responsive. Screenshots and store/reference links were provided to show current vs desired layouts.
Tried approaches:
Final fix (confirmed):
Status: Resolved. No remaining questions noted. The outcome balances width control and responsiveness. Images were central to illustrating the before/after alignment.
This is how the current header looks like: -
Link : https://f40566-d3.myshopify.com/
This is how i want the header to look like :-
Link : https://www.bartisans.in/
Please help with this as i am not able to make it responsive with screen sizes.
Hey @RaghavGoel1
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello Raghav,
Your site doesn’t use the container for the section or Layout.
If you need the full-width header or other sections you can set the page width to max as you want.
Or If you want to set it with the premium theme - let me know I set it for you with all other settings.
Thank You
Hi @RaghavGoel1
check this one.
header.header.header--middle-left.header--mobile-center.page-width {
max-width: 90%;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey yes, this seems to be an issue. Is there a quick way to allow the header to use the full width of the screen?
Hey, thanks for your solution but unfortunately this didn’t seem to work. I basically want my logo to move left and the icons on the right to move more right to eliminate the extra space.
And ofcourse this should be responsive to screen sizes. Thanks
Oh, i thought you like same on the sample website you share not that much more to sides.
header.header.header--middle-left.header--mobile-center.page-width {
max-width: 100% !important;
}
And Save.
Result:
You can check on this again. Thanks.
It will automatic add to mobile screen as well.
Yes, That’s Perfect.
Hi @RaghavGoel1
Please add this code to your Custom CSS in Online Store > Themes > Customize > Theme Settings
.header.page-width { max-width: 1600px !important; }
Thanks Dan, this solved it! Have a good day ![]()
Very welcome!