[Resolved] Search field next to the logo

Home Forums Support [Resolved] Search field next to the logo

Home Forums Support Search field next to the logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1015769
    webcréateur

    Hi there,

    we are going go use the search Plugin Ivory search.
    https://wordpress.org/plugins/add-search-to-menu/

    Ivory search has shortcodes to be able to place search field/icon anywhere.

    We would like to place the search field next to the Logo.
    For that I created a Hook with elements and select “after_logo”. But Logo moves up then.

    Is there a way to place the search field at the same height as the header logo without moving the logo up or down and enlarging the header area?

    https://prnt.sc/p9dl4y

    #1015774
    David
    Staff
    Customer Support

    Hi there,

    if you can give your DIV container a class eg. menu-search then some CSS like this:

    @media (min-width: 769px) {
        .menu-search {
            float: right;
            margin-top: 20px;
        }
    } 
    #1015778
    webcréateur

    @David

    Thank you very much!

    #1015782
    David
    Staff
    Customer Support

    You’re welcome

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