contao / contao-demo

This is an example website for Contao, a powerful open source CMS that allows you to create professional websites and scalable web applications.
https://contao.org
Creative Commons Attribution Share Alike 4.0 International
3 stars 8 forks source link

No search-bar below 30em #7

Open saress opened 11 months ago

saress commented 11 months ago

Hello,

below 30em, the header-top-bar will not be displayed:

@media only screen and (max-width: 29.999rem) .header-top-bar { display: none; }

image

So you do not have any chance to search the page anymore. Maybe it would be a good idea to add the search-icon for smaller devices and link it at least to the search page.

Saress