Archived topic
Expand and show search bar
5 replies · Started by William on December 17, 2020
Hi there,
Something like this should help you to get started:
@media (min-width: 769px) {
.navigation-search.nav-search-active {
width: 75%;
left: auto;
}
}
@media (max-width: 768px) {
.navigation-search {
top: 100%;
}
}
I have a plugin similar to the one on another Generate Press site here, that I would like to use as search - how can the default search be replaced?
For mobile that is the right line. For desktop, I would like it looking like the book site above.
Sorry were the original questions resolved?
If so can you open a new topic?
Let me know if I'm missing something here.
A little confusing but I'll open a new topic!
Thanks :)