Hello,
Somewhere this past week the search bar in my site's navmenu disappeared. I am not sure why. The code appears fine in the style sheet:
Code:
/* Search Form
------------------------------------------------------------ */
#header .searchform {
float: right;
padding: 70px 20px 0 0;
}
#nav .searchform {
float: right;
margin: 1px 0 0;
}
.s {
background-color: #fff;
color: #006633;
font-family: 'Droid Sans', arial, serif;
font-size: 12px;
margin: 5px 2px 0 0;
padding: 4px 0 4px 5px;
width: 175px;
}
#header .s {
color: #555;
}
#nav .s {
padding: 2px 0 2px 5px;
}
Is there anything wrong about that code?
I did do some edits in the style sheet this week. They were related to the "Featured" part of the site. I changed some padding sizes to better put in a image in the featured section.
I don't remember if this directly affected the search bar. It was brought to my attention a couple days later.
any ideas? Thanks for listening.