Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Search bar

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24064
    LinCSS25
    Participant

    in WP does anyone know how to make the search bar form field shorter? as in not as wide. Ive tried styling it a couple different ways under serchform.php but no luck. Id like to change the button too.

    #53593

    It should be as simple as adding a line to your CSS:

    #searchform #s { width: __yourwidthhere__px; }

    I’m assuming you are talking about the search form in your sidebar here: http://www.linkcreativedesign.com/blog ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.