Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #791048

    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)

    #791213

    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

    #791214

    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 ?

    #791265

    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

    #800899

    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

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