From: Anthony Talarico Date: Wed, 4 Oct 2017 18:09:15 +0000 (-0400) Subject: fixing off canvas search button placement for the find trails and maps X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1157343b107d111ce76413baf55e6c8511dd4a22;p=WP-Themes%2Fmichigantrailmaps.git fixing off canvas search button placement for the find trails and maps right off canvas needed to have the search buttons repositioned as firefox was moving them out of their spot when they used position absolute --- diff --git a/css/app.css b/css/app.css index d0b9703..faecfc2 100644 --- a/css/app.css +++ b/css/app.css @@ -9050,7 +9050,7 @@ aside.right-off-canvas-menu ul.open { .right-off-canvas-menu .search-button { margin: 0 auto; width: 75px; - position: absolute; + position: relative; right: 36%; background: #8a1e03; padding: 5px 6px; diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 267d567..7f2e228 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -101,7 +101,7 @@ aside.right-off-canvas-menu ul.open { .search-button{ margin: 0 auto; width: 75px; - position: absolute; + position: relative; right: 36%; background: #8a1e03; padding: 5px 6px;