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

    Hello,
    I’m looking for a solution to run searchbox on site. Please look in the topic bellow:
    https://kriesi.at/support/topic/shrinking-header-searchbox/

    It’s works for me, when the main menu (near logo) is turned off, the search box look great, but I want to insert searchbox between logo area and main menu with searchicon. When I add the code from topic main menu goes down.
    I found a lot of solutions in support topics, but this one looks and works closely perfect for me.

    #494201

    Dzien dobry Jacek!

    Please add widget area to your header by referring to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add search widget inside it

    Cheers!
    Yigit

    #494217

    Hey Yigit,
    Thank you for advice. With widget I have search box exactly the same as doing it like in the topic I mentioned. Can you look again and tell me -how to horizontal center it with good looking shrinking, please?
    For now it’s to high. When I do top margin, it will destroy header shrinking :/

    #494221

    Hi!

    I cannot see searchbox added to your header. Can you please add it and then let us know so we can provide you accurate custom CSS code?

    Cheers!
    Yigit

    #494223

    Sorry,
    page cache for unlogged users. It should be fine now.
    And there is another problem – Please click on search filed ;)

    BR
    Jacek

    #494250

    Hi!

    Please add following code to Quick CSS as well

    #header #search-3 {
        z-index: 99;
    }
    #header.header-scrolled #search-3 {
        top: 0;
    }
    #header #search-3 {
        top: 25px;
    }

    Regards,
    Yigit

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