Forums

Default WP Search Form Width (4 posts)

  1. maximumsavage
    Member
    Posted 3 months ago #

    Hello,

    I know, another SF Width question. I've trolled but I can't find out where to alter the CSS for the default SF inputfield.

    CHeers,

    http://www.youngandfictitious.com/

  2. Sridhar Katakam
    Member
    Posted 3 months ago #

    Don't see a search box at http://www.youngandfictitious.com/

  3. maximumsavage
    Member
    Posted 3 months ago #

    it is back up, at the bottom of the page :)

  4. Sridhar Katakam
    Member
    Posted 3 months ago #

    Make the below suggested change and any others in a child theme and not directly in the main theme itself in order to prevent loss of customizations upon theme updates.

    See http://codex.wordpress.org/Child_Themes

    Add the following at the end of child theme's style.css (WP dashboard -> Appearance -> Editor):

    #s {
        width: 200px;
    }

Reply

You must log in to post.

About this Topic