• The search box seems to overlap itself leaving the left edge of the spyglass trailing into the full spyglass.

    It’s not entirely pretty, but I edited the CSS as follows and it looks much better:

    #topsearch {
    float: right
    }
    #topsearch input {

    background: url(images/input.gif) no-repeat;
    border: none;
    padding: 9px 0px 5px 32px;
    }
    #topsearch button {
    width: 33px;
    height: 35px;
    background: url(images/search.gif) no-repeat;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    }

    http://wordpress.org/extend/themes/vesper/

Viewing 1 replies (of 1 total)
  • Thread Starter blizam

    (@blizam)

    scratch that…

    The issue is that the header calls the searchform and your sidebar calls it (by default) as well… disable the search in your sidebar or kill it from the header manually

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Vesper] Fixing the search box’ is closed to new replies.