Site logo

Archived topic

Problem with search in menu

3 replies · Started by Louis Derrac on November 5, 2022

Viewing posts 1–4 of 4

Hi,

I want to have only a burger menu on my website, so I chose an empty menu and I added all my pages to the "off the canvas" menu. It looks OK on the website (ideally i would like to have my baseline displayed - haven't figured out if it's possible and how)

But the search tool is not working well. You can check it here : https://louisderrac.com => in the menu.

screenshot

What can I do ? Thanks a lot !

Hi there,

Hmm the width of the search field depends on the width of the main navigation.

How would you like it to work?

Can you make the issue show? I'm currently seeing a lot of menu items so the search works well.

Hi Louis,

Try this CSS, feel free to change the value, just make sure they match.

@media (min-width: 769px) {
form.search-form.navigation-search.nav-search-active {
    width: 500px;
    left: -500px;
}
}
This archived topic is closed to new replies.