Hello, I need help, I need to move the “log in” icon higher from the mobile phone, can someone please help me?
My site is luxebrillant.com.
Hello, I need help, I need to move the “log in” icon higher from the mobile phone, can someone please help me?
My site is luxebrillant.com.
HI @Bullet181
Do you mean like this?
I notice that you add another log.in in the drawer do you like me to take out the other log.in with icon?
So the log.in that stays higher is a temporary page that i have created, but i want the main log.in to be near wishlist icon, search icon and cart icon, in the same line.
Oh, I didnt provide the code yet. I just like to clarify.
Try this one.
nav.menu-drawer__navigation {
padding-bottom: 0px !important;
height: fit-content !important;
}
.menu-drawer__navigation-container {
display: flex;
justify-content: flex-start !important;
}
Is it like this?
If it is then try this one.
Same Instruction.
@media only screen and (max-width: 749px){
.row.header-row {
display: flex;
justify-content: flex-end;
}
header-drawer {
order: 2;
}
.header__icons {
order: 3;
}
h1.header__heading {
margin-right: auto;
}
.header .disclosure {
margin-left: 2rem;
}
}
And Save.