Dawn Theme - relocate search bar from left to right

Good Day everyone !

I am trying to relocate the search button from left to wright, however i couldn’t.

Any solutions?

Thanks ahead

Chlomo

1 Like

Hi @Chlomo

Kindly paste the below CSS in theme.liquid under Layout just after


.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

4 Likes

Thank you for the feedback and solution provided.

Much Appreciated !!