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