Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does your theme have a “Custom CSS”, or similarly named, section of the dashboard?

    stephencottontail

    (@stephencottontail)

    You’ve got some padding on your <form> tags. Get a custom CSS plugin and try something like:

    form.searchform {
        margin: 0px;
        padding: 0px;
    }

    Adjust those values as needed.

    Thread Starter ninjaninja

    (@ninjaninja)

    thanks everyone

    I just figured out that the styling was coming from an unused plugin – i removed it and have fixed the issue

    Thanks all for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with search box’ is closed to new replies.