Good Day everyone !
I am trying to relocate the search button from left to wright, however i couldn’t.
Any solutions?
Thanks ahead
Chlomo
Good Day everyone !
I am trying to relocate the search button from left to wright, however i couldn’t.
Any solutions?
Thanks ahead
Chlomo
.header--top-center *>.header__search, .header:not(.header--top-center)>.header__search {
display: block !important;
}
.header--top-center >.header__search, .header:not(.header--top-center) *>.header__search {
display: none !important;
}
@Chlomo Add this code to Base.css
File. thank you
Thank you for the feedback and solution provided.
Much Appreciated !!