• Can someone please point me in the right direction. I would like to keep the search form attribute input boxes all the same size. I have searched the forum but could find no reference. I have also looked in the style.css file and elsewhere to no avail.
    My homepage clearly shows the problem http://www.propertyspecials.co.za/wordpress. I am using the Twentyeleven template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Add the following rule to the controlling .css, try style.css if in doubt.

    .wpp_search_select_field {
        width: 200px;
    }

    Works when I add it in Firebug at least. Change the number to your preference, of course.

    Thread Starter coljar

    (@coljar)

    Thank you. It works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wpp search form’ is closed to new replies.