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,
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,
Don't see a search box at http://www.youngandfictitious.com/
it is back up, at the bottom of the page :)
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;
}You must log in to post.