From: Ian Weller Date: Thu, 7 Apr 2016 20:50:28 +0000 (-0400) Subject: more changes to the off canvas menu X-Git-Tag: v1.0.0^2~88 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7de6861670604114fedfafd9dc5aa9dbf7eb836d;p=WP-Themes%2Fgaslightmedia.git more changes to the off canvas menu --- diff --git a/css/app.css b/css/app.css index 491f9f2..19689e8 100644 --- a/css/app.css +++ b/css/app.css @@ -7522,6 +7522,9 @@ aside.right-off-canvas-menu ul.open { .right-off-canvas-menu ul#off-extras li a#ready-off:hover { background: url(../assets/ready-to-get-started.jpg) no-repeat; background-position: 0px -79px; } + .right-off-canvas-menu ul#off-extras li a#right-social { + position: absolute; + right: 25px; } .offcavas-social-list { list-style: none; diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 4c1d45f..4c31382 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -8,7 +8,7 @@