Skip to content

Commit 8fe26cd

Browse files
committed
fix search mobile container
1 parent 0903b6f commit 8fe26cd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

themes/cc-commoners/header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
?>
6969
</nav>
7070
</div>
71-
<div class="search-mobile-container">
71+
<div class="search-mobile-container show-for-small-only">
7272
<a class="close" href="#">
7373
<button class="close-button search" aria-label="Close alert" type="button" data-close>
7474
<span aria-hidden="true">&times;</span>

themes/cc-commoners/hub-page.php

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
//endwhile; // End of the loop.
2020
?>
21-
22-
23-
<<<<<<< HEAD
2421
<div class="grid-container space-top">
2522
<div class="grid-x">
2623
<div class="cell large-12">

0 commit comments

Comments
 (0)