Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1283675

    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?

    #1284699

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.