Hey, please help me to align header icons with navigation menu , if there any way to do so
what I have now
what I want (please
my shop url: you-boho-vibes.myshopify.com
password**: sotroy**
Hey, please help me to align header icons with navigation menu , if there any way to do so
what I have now
what I want (please
my shop url: you-boho-vibes.myshopify.com
password**: sotroy**
Hi @hamza-elkaissi ,
Donβt seem to see the same layout as shown on "what I have now". Your current navigation looks like this from our end:
But we can provide some edits to center-align the dropdown:
@media screen and (min-width: 990px){
.header--middle-center {
display: flex;
flex-flow: wrap;
position: relative;
}
.header__heading, .header__heading-link {
order: 1;
width: 100%;
text-align: center;
}
.header__inline-menu{
order: 2;
flex: 0 0 50%;
margin-left: auto;
justify-content: center;
text-align: center;
}
.header__icons {
order: 3;
width: 25%;
}
.header__search {
position: absolute;
left: 0;
Width: 100%;
}
.header__search details[open] .modal-overlay:after {
min-width: 100vw;
left: 50%;
transform: translateX(-50%);
}
}
After that, it should look like this:
If the problem persist, we can further assist you here: https://www.layoutbase.com/build-my-page
Cheers,
Layoutbase - drag & drop page-builder