• i have a search bar on the right hand side of my menu thats showing up as a white square with silver border. this graphic/input box is actually a lot wider than this but i can’t recall how to get it back to its normal state.

    i changed it some time ago to suit with what i had then but now i need it back to default size

    can anyone help please?

    http://www.ronniewhittaker.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • style.css:109

    Media="all"
    #searchform {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(images/search.png) 0 0 no-repeat;
    right: 7px;
    bottom: 9px;
    }

    change the width may help

    Thread Starter Ronnie

    (@ronniesblog)

    thanks a lot!

    i’m trying now to get it over to the right side of the menu, so that it’s somewhat parallel with the ‘more’ button that sits half way down the right side of the page

    i tried changing the line ‘right: 7px;’ to 0px, but it didn’t work, any ideas?

    Try changing the width to 210px — from 250px which is what it is now.

    Thread Starter Ronnie

    (@ronniesblog)

    perfect, thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘restore search bar on menu’ is closed to new replies.