From 7de6861670604114fedfafd9dc5aa9dbf7eb836d Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 7 Apr 2016 16:50:28 -0400 Subject: [PATCH] more changes to the off canvas menu --- css/app.css | 3 +++ parts/off-canvas-menu.php | 2 +- scss/_right-off-canvas.scss | 26 ++++++++++++++++---------- 3 files changed, 20 insertions(+), 11 deletions(-) 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 @@