Hi, I have a client who wants a Search function like this site: https://www.shopmaryjae.com/
If you look to the top right it has the words “I’m looking for ______________________________”
Is it possible to do that with Enfold, with a header widget maybe, or somewhere else?
Hey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add a widget area to your header. Then add Search widget to your Header widget area and add “I’m looking for” as widget title.
Then, please add following code to Quick CSS field in Enfold theme options > General Styling tab
#header .widget {
position: absolute;
right: 10%;
display: inline-flex;
align-items: end;
justify-content: space-between;
}
#header .widgettitle {
margin-right: 10px;
}
Best regards,
Yigit