Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author joe_bopper

    (@joe_bopper)

    Hi HZ,

    Your theme has a css style that gives search boxes (and all other forms) a large top and bottom margin. For your site, you need to add a css rule such as

    .main-nav form.bop-nav-search {
        margin: 0.66em 0 0 0;
    }

    to sort it. Add it to the bottom of your theme’s style.css file or add it using a custom css plugin.

    Hope this helps.

    Cheers,
    Joe

    P.S. I’m marking this as resolved as style changes are the responsibility of themes and not this plugin.

    Thread Starter HZ ayw

    (@hz-ayw)

    Much better now.

    Thanks,
    HZ

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to help for adjusting search box’ is closed to new replies.