Hi !
I would like to move the search icon on the left next to the logo, only for the Mobile version ? I’m on Debut Theme.
Someone can help me please ?
Regards
Hi !
I would like to move the search icon on the left next to the logo, only for the Mobile version ? I’m on Debut Theme.
Someone can help me please ?
Regards
@Charlotte7
You want to appear search first beside the logo.
Yes Sorry for my bad english
Ok it will be little bit complicated,
It reflect bad on your Site.
@Zworthkey Can you check again I change design of website
Thanks
Hii, @Charlotte7
Paste this code on top of the theme.scss file.
@media only screen and (max-width: 749px){
h1.h2.site-header__logo {
position: relative !important;
left: 30px !important;
}
button.btn--link.site-header__icon.site-header__search-toggle.js-drawer-open-top {
position: relative !important;
left: -120% !important;
}
}
Thank You.
Thanks a lot for your help ! It works perfectly. I just adjust a little bite left information to adjust position.
Hi @Zworthkey
The CSS Code works well for the homepage. But when I go on collection page or product page. The Logo is note in middle anymore.
Can you help me please ?