Floating "Search" in sidebar & Full Posts…

Viewing 2 posts - 1 through 2 (of 2 total)
  • #2126
    CraftyMom
    Participant

    Hi, me again.

    Working on http://www.shoppershaul.com/
    widget search floats no matter where I put it in sidebar. Not sure how to fix.

    Also, want to show full posts, but when I follow the posted fix I get a syntax error.

    THanks for the help
    I LOVE this theme! Use it all the time!

    #2127
    Daniel Tara
    Keymaster

    It doesn’t actually float, it’s positioned absolute. You’ll have to remove this from style.css:

    #searchform
    {
    	position:absolute;
    	left:699px;
    	margin-top:5px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: 

You must be logged in to reply to this topic.