Site logo

Archived topic

my search button not working

5 replies · Started by Janani on May 26, 2020

Viewing posts 1–6 of 6

Dear Team

I have given the search button (magnifying glass) icon in the primary navigation. But it does not work. Can you please tell me how to resolve this?

Warm regards,

Dear Leo

Thanks, I tried that, but the search button is showing as a separate line item below the primary navigation, which does not look good.

Cant we have something like a small search box where people could type their search terms like this website?
https://eckharttolle.com/

Hi there,

Try adding this CSS:

.main-navigation .inside-navigation {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.main-navigation .navigation-search {
    top: 100%;
    max-width: 300px;
    left: unset;
    right: 0;
    border: 2px solid #ccc;
}

Wonderful, it works!

Warm regards,

You're welcome

This archived topic is closed to new replies.