Hi,
See screenshot below
is it possible to move the entire search bar next to the basket ?
And not the the popup but the entire search bar left from the basket.
So that you always see the search bar (but not on mobile)
Hey BPC,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (min-width:768px) {
#header_main_alternate {
z-index: 200;
}
#menu-item-search {
position: relative;
top: -65px;
left: -50px;
}
}
Hope this helps :)
Best regards,
Nikko
thanks, almost
what i really means :
Now i have to click on the search icon to open the search bar.
Is it possible to show the whole search bar instead of the icon ?
Hi,
I see, I haven’t tested this yet but I think you can check this thread: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
After adding a widget area to the header I think you should be able to drop the search widget on the widget area and use it :)
Best regards,
Nikko
Hello Sirs,
How are you?
I tried to add the search widget to the header area but the search results breaks the site. The other issue is that the search widget “sticks” with the sticky menu during scrolling down and the other issue is that some menu items from the main menu bar (below that header widget) don’t work as expected.
Please I need your help.
Best regards,
Nick
Hi Nick,
Please refer to my post here – https://kriesi.at/support/topic/disable-ajax-menu-in-the-header-and-replace-it-with-the-default-search-function/#post-726636
Best regards,
Yigit