Site logo

Archived topic

Customize desktop search bar

3 replies · Started by Sol on September 2, 2020

Viewing posts 1–4 of 4

Hello,

Search bar on desktop appears full-width and when you type starting on left side of page. Is there any way to have a simple search box next to the magnifying glass on click?

Thank you!

Hi there,

What if we do something like this?

@media (min-width: 769px) {
    .navigation-search {
        top: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: 500px;
    }
}

Hey Leo, awesome! I just added a line ti center the text and set, resolved!

No problem :)

This archived topic is closed to new replies.