Hello,
I want that my menu in my header go stays in the middle. Now it is more to the left side of the header.
Link: leondecame.com
Password: LéondeCamé2020.
Regards,
Hello,
I want that my menu in my header go stays in the middle. Now it is more to the left side of the header.
Link: leondecame.com
Password: LéondeCamé2020.
Regards,
@LeondeCame - add this css to the very end of theme.css file and check , should be like screenshot
.Header__Wrapper .Header__FlexItem--fill {
justify-content: center;
}
It works, thank you!
@LeondeCame - welcome
Hello @suyash1 ,
little problem, I just checked my website on my phone and I saw that the position of the toggle for the menu on mobile device also moved.
But it needs to be on the left side on mobile device. Any solution for this?
@LeondeCame - remvoe last given css and try this
@media screen and (min-width:750px)
{
.Header__Wrapper .Header__FlexItem--fill {justify-content: center;}
}
Yes, this code works! Thank you
I found also another problem. If I make my screen a little bit smaller (iPad size) the hamburger menu and icons are not on the side. But I want them on the side.
Look to the screenshot then you will get it.
Screen: https://ibb.co/wMFg92c
Webshop: leondecame.com
@LeondeCame please add this css and check
@media screen and (min-width:750px) and (max-width:1023px){
.Header__Wrapper .Header__FlexItem--fill:first-child {
justify-content: left;
}
.Header__Wrapper .Header__FlexItem--fill:first-child:nth-child(2) {
justify-content: right;
}
}
Yes, it works thank you!
Now is the menu on a normal screen not in the middle anymore.
@LeondeCame - not able to see this css, is it removed?
@media screen and (min-width:750px)
{
.Header__Wrapper .Header__FlexItem--fill {justify-content: center;}
}
That is back now it is back in the middle. But the icons don’t go to the right side of the page if you make it iPad size
@LeondeCame - which view?
iPad view