DAWN THEME. NO SEARCH BAR ON MOBILE. HELP!

I have recently changed my theme t0 Dawn, and only just noticed that there isn’t a search bar on the mobile site.

On desktop, it is just to the left on the logo in the header right at the top of the page. But on mobile it simply isn’t there.

www.eds-gaming-emporium.com

Please help!

Hi @edvivian

This is David at SalesHunterThemes.
To fix the problem

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

.header--top-center > .header__search {
  display: block;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

1 Like

OMG.

That worked 1st time.

You are a star, thank you so much!

To maintain theme upgradability try using a custom css setting instead of editing theme files directly.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css