Mohd01
January 22, 2025, 3:28pm
1
Hi all,
I want to change the content of my header so that my logo and the menus are to the far left and my login, cart, language/country selector and the search icon are to the far right.
This is an image that describes what I want to do:
Store URL: https://cngdxq-tk.myshopify.com/
Thanks In Advance,
Hi @Mohd01
Please follow instruction:
From your Shopify admin, go to Online Store > Themes > Customize
Click to Header, select the Desktop Logo Position and click Save
Hi Again, I think we should try this way:
Paste the code in header Custom CSS Field:
@media screen and (min-width: 990px) {
.header__inline-menu {
width: -webkit-fill-available !important;
}
}
in here:
Mohd01
January 22, 2025, 6:10pm
4
Hey there, sadly it did not work
Mohd01
January 22, 2025, 6:11pm
5
It did make the menus and the logo next to each other but it also made them smaller and not all the way to the left
your store is fix in my side, maybe you did another way?
Mohd01
January 22, 2025, 6:14pm
7
I did exactly as you said but this is how it looks
Mohd01
January 22, 2025, 6:14pm
8
Thats a better picture there
Put this code as well:
@media screen and (min-width: 990px) {
.header:not(.drawer-menu).page-width {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Mohd01
January 22, 2025, 6:23pm
10
Unfortunately, It still did not fix it