Desrease Navigation/ menu height, justify search box right
-
Hi!
I have placed my search box in the navigation menu using this code
1. <div class= “header-search”><?php get_search_form(); ?></div> (add after <div class=”navbar-header”>)in header.php fileIn the style sheet I added this code in efforts to have it be justified right. and placed evenly in alignment with the menu items.
.header-search {display; none}
@media screen and (min-width; 600px){
.header-search {display:block; float:right; margin-top:0px; margin-right:3px}}Here is the link to my website
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Desrease Navigation/ menu height, justify search box right’ is closed to new replies.