Site logo

Archived topic

Search box width on slide out navigation

3 replies · Started by Rick on August 4, 2017

Viewing posts 1–4 of 4

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.