I wanted to get rid of the 'search site' box from the menu bar and move it, using the relevant widget, to the sidebar. So, I went into custom CSS and put in the following code:
#searchform div{
position: relative;
width:99%;
height:44px;
display: none;
}
This successfully removed the 'search site' box from the menu bar, but also prevented the 'search' widget working in the sidebar. What am I doing wrong here?
Currently, on my site – http://golovegreece.com/ – I've put the original code back in and have got the search box in the menu and sidebar.
Thanks














