Site logo

Archived topic

Search field next to the logo

3 replies · Started by webcréateur on September 22, 2019

Viewing posts 1–4 of 4

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

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;
    }
} 

@David

Thank you very much!

You're welcome

This archived topic is closed to new replies.