• Hi! I’m using the Pytheas theme for my website. For some reason the “search” button which should be next to the search input box is now beneath it. This my site: https://www.agriturismointoscane.nl

    I have been looking for the solution for a long time now and I just can’t find it. Anyone any thoughts?

    Thanks!
    Ronald

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try floating the input field ‘left’;

    input[type=search] {
        float: left;
    }

    If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.

Viewing 1 replies (of 1 total)
  • The topic ‘Search box’ is closed to new replies.