made the search form large-up instead of large-only, which was making it invisible...
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Mar 2017 21:07:41 +0000 (17:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Mar 2017 21:07:41 +0000 (17:07 -0400)
sections/front-page.php

index b2e2684..5ca528b 100644 (file)
@@ -1,5 +1,5 @@
                     <main class="page-front">
-                        <div id="search-wrapper" class="show-for-large-only">
+                        <div id="search-wrapper" class="show-for-large-up">
                             <form role="search" method="get" class="searchform" action="<?php echo home_url('/').'site-search/'; ?>">
                                 <input class="search-input" type="text" placeholder="Search  for Books, Movies, Music, and More" value="" name="query">
                                 <input class="search-button" type="image" value="Search" name="submit" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/search-icon.png">