Hello,
I would like to put my text (menu) at left on the header like i show in the screen
siteweb : https://streetpointtest.myshopify.com/
password : othomo
Hello,
I would like to put my text (menu) at left on the header like i show in the screen
siteweb : https://streetpointtest.myshopify.com/
password : othomo
yes, please try this code
@media screen and (min-width: 990px) {
.header:not(.header--middle-left) .header__inline-menu {
position: absolute;
left: 0;
margin-top: -70px;
}
.header {
position: relative;
}
}
After Code Layout
thanks a lot