Help moving the search bar
-
Hello everyone,
This is my website: https://www.animes.co.il/site
I tried to move the search bar into the nav content but it starts a new line. I tried to play with the code and the searchbar and nav CSS but nothing solved it. Can you please help with that? here is the nav content code:<div id="nav-content" class="clearfix"> <ul class="sf-menu menu clearfix"> <li><a href="">???? ????</a></li> <li><a href="">???????</a></li> <li><a href="">???? ????</a></li> <li><a href="">??????</a></li> <li><a href="">??? ???</a></li> </ul> <?php arras_beside_nav() ?> <div id="searchbar"><?php get_search_form() ?></div> </div>
searchbar css code:
/* search bar */ #searchbar { float: left; overflow: hidden; margin: 25px 0 0; } .searchform { margin: 0; } .searchform .s { font-family: Helvetica, Arial, sans-serif; font-size: 14px; border: 1px solid #CCC; background: #FFF; padding: 5px 3px 4px; margin: 1px 0 0 5px; float: right; width: 250px; } .searchform .searchsubmit { float: right; cursor: pointer; border: 1px solid #333; background: url(../../images/postbar-black.gif) repeat-x; color: #FFF; } .searchform .searchsubmit:hover { background: #FFF; color: #383332; }
Thanks in advance ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help moving the search bar’ is closed to new replies.