From: Laury GvR Date: Wed, 1 Apr 2015 17:02:44 +0000 (-0400) Subject: Parts files added and implemented in off-canvas nav. X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b11d2ec08ae60f5bbab7b3a4aba91f4917fffde7;p=WP-Themes%2Fgilmoremuseum.git Parts files added and implemented in off-canvas nav. --- diff --git a/header.php b/header.php index 0aa0d7d..cf2af99 100644 --- a/header.php +++ b/header.php @@ -28,24 +28,12 @@ -
+ '; + + } +} +?> \ No newline at end of file diff --git a/parts/search.php b/parts/search.php new file mode 100644 index 0000000..d4a2f5c --- /dev/null +++ b/parts/search.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/parts/social.php b/parts/social.php new file mode 100644 index 0000000..44d97b3 --- /dev/null +++ b/parts/social.php @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/scss/_structure.scss b/scss/_structure.scss index 199c4a7..717f189 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -169,7 +169,7 @@ header .row .search img { margin: 0; } } - .search { + .search-top { padding-bottom: 25px; padding-top: 5px; #lar-search { @@ -180,10 +180,14 @@ header .row .search img { margin: 0; border-radius: 10px; } - #top-search-button { + #search-button { float: right; margin-top: -24px; border-radius: 10px; + border: 1px solid lightgrey; + padding: 0; + position: sticky; + width: 32px; } } h1 { @@ -305,6 +309,38 @@ header .row .search img { } } .left-off-canvas-menu { + .off-canvas-search { + padding-bottom: 25px; + padding-top: 5px; + #lar-search { + width: 100%; + height: 40px; + font-size: rem-calc(12); + margin: 0; + } + #search-button { + background: none repeat scroll 0 0 white; + color: black; + height: 40px; + padding: 7px 108px; + width: 100%; + } + } + .off-canvas-social { + padding: 10px 5px; + img { + padding: 0 5px; + } + } + .off-canvas-address { + span { + text-align: center; + display: block; + } + .bullet { + display: none; + } + } .left-off-canvas-list { ul { list-style: none;