Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter fairmediacouncil

    (@fairmediacouncil)

    Thank you again. After inspecting the element on the live page I noticed the unwanted search bar was a part of a list with the nav menu items but when I went through my menus nothing appeared there in terms of a search bar. The other search bar , the one i want, fell under <div class="navbar_inner"> Any other ideas?

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    With the code I listetd above look at my site now test.fairmediacouncil.org Im not 100% where to find the search bar to the left (the one id like to delete in the css) and the one i want to keep is floating right but has the magnifying glass image halfway down the page, I assume, because I made it too small?

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    Thanks for the replies. I did not mention I am using a plugin for those search bars. I just changed my css to:

    /* Search */
    .searchform {
      float: right;
      padding-right: 15px;
    }
    .searchform .field {
      width: 50%;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 30px;
      border-radius: 15px;
      padding: 7px 35px 8px 15px;
    }
    .searchform #searchsubmit {
      vertical-align: top;
      position: absolute;
      right: 0;
      bottom: 0;

    I haven’t seen any changes yet, but, yesterday I did change some of the themes colors and it took a while for the changes to become visible. So ill update you in a little bit. Thanks again guys.

Viewing 3 replies - 31 through 33 (of 33 total)