Search Bar not Showing

Hi there,

I changed the colour of the navigation bar for a journal using style sheets, and now the search button is hidden. Any idea why and how to fix it?

Emily

Please post a snippet of code that you changed.

.pkp_head_wrapper {
background: #ffffff;
border-bottom: 0px;
}

.pkp_navigation_primary_row {
background: #000000;
margin: 0 -9999rem;
padding: 0.12rem 9999rem;
position: relative;
z-index: 30;
}

.pkp_navigation_primary_wrapper {
width: 100%;
background-color: #000000;
margin: 0 -9999rem;
padding: 0.12rem 9999rem;
position: relative;
z-index: 30;

}