Hi
I have an issue - I want to move the logo to the left side of the header but it is showing up in the center on the desktop even though the setting say ‘Logo Left’.
Thanks in advance
A user seeks to align their logo to the top left of the header in the Dawn theme, with navigation menu to the right, despite the theme settings showing ‘Logo Left’.
Initial Solutions Offered:
Working Solution:
Custom CSS code added to theme.css file that:
Additional recommendation provided to remove excess white space from the logo image file itself.
Status: Issue resolved for original poster. A subsequent user reports the same solution did not work for their store and requests assistance.
Hi
I have an issue - I want to move the logo to the left side of the header but it is showing up in the center on the desktop even though the setting say ‘Logo Left’.
Thanks in advance
Hey @atjames92
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you for responding! I added the code and the logo is now left but still not aligned with the navigation menu. Looking for it to look similar to the attached photo
Hi @atjames92
You do not need a code to adjust the position of you logo since this already an added option to your theme.
Thank you for responding! The deskop logo position is set to ‘Left’ and navigation layout set to ‘Inside Header’ but still not showing logo to left and navigation menu to right. I’ve tried playing around with the setting but no luck
@atjames92 , do this tofix it in 20 seconds:
@media (min-width: 750px){
.site-header-main>button{
display: none !important
}
/* logo */
.site-header-main > *:nth-child(2){
width: 20% !important;
position: relative;
z-index: 2;
}
/* menu */
.site-header-main > *:nth-child(3){
width: 80% !important;
padding-left: 40px !important;
z-index: 1;
}
}
Also your logo has a lot of white space in it (which may be why it’s pushing the menu down).
I’d recommend taking a look at the following tutorial to address that issue. It will improve the looks of it.
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
That worked - thank you soo much!!
Hey Diego,
I tried the same solution but it didn’t work for me. Could you help me with the same as well.
Thanks & regards
Lisse Stitch