Archived topic
Search box width on slide out navigation
3 replies · Started by Rick on August 4, 2017
Viewing posts 1–4 of 4
I switched to slide out navigation but the search box shrank. How can I increase the width of the search box? Thanks.
Hi Rick,
Give this CSS a shot:
@media (min-width:769px) {
.navigation-search {
width: 300px;
}
}
Let me know.
Works, thanks!
No problem!
This archived topic is closed to new replies.