How can I Keep the search button on the Dawn header when in a mobile view?, I removed the menu and now it only shows when in a desktop view, I don’t know what to edit within the code, thx
Hello @FiniFini Can you share the store URL?
@FiniFini add this css in Assets > base.css bottom of file
.header__search {
display: block !important;
}
It worked, but now i have 2 search bars
@FiniFini use this updated css and delete previous one
.header–top-center>.header__search {
display: block !important;
}
Thx