• Ok on my blog (www.customizepsp.co.uk) the search button only shows up as “Sea” the “rch” are not there. Pleas can you help me out?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look for the section in your theme’s style.css starting:

    #searchform input {

    Edit the following property there:

    width: 25px;

    You could try 50px but the more space the better off you’ll be. I might go with:

    width: 6em;

    That way it should properly resize depending on the text size your visitors are set to in their browsers.

    Thread Starter sep800

    (@sep800)

    Hi thanks, but it says “If this file were writable you could edit it.” so i am unable to edit the theme. Anything else i can do? Maybe something in my FTP?

    Edit the style.css file locally and upload it via ftp.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search button not showing up properly’ is closed to new replies.