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

    I want to know how to make the searcha bar like google develop site header?
    https://developers.google.com/
    I have add a hearder widget. thank you!

    #951331

    Hey keir2012,
    Please try adding the search widget to your header widget area, it will take 100% of the area.
    Then Try this code in the General Styling > Quick CSS field:

    #top #search-4 #searchsubmit {
        right: 100% !important; 
    }
    #top #search-4 input[type='submit'] {
        background-color: #F8F8F8 !important; 
        color: #919191 !important; 
    }

    Please note that your “search-4” might be a different number, if you need help with it, let us know.
    Expected results:
    2018-05-04_002023

    Best regards,
    Mike

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