From: Ian Weller Date: Mon, 11 Apr 2016 19:50:23 +0000 (-0400) Subject: added the new graphics to the off canvas X-Git-Tag: v1.0.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ebc32aca9051da1a436e414b8af689ad2c73f6d9;p=WP-Themes%2Fgaslightmedia.git added the new graphics to the off canvas --- diff --git a/css/app.css b/css/app.css index d3093e0..2c4f7fe 100644 --- a/css/app.css +++ b/css/app.css @@ -6594,9 +6594,9 @@ h2#block-title { display: none; position: absolute; top: 0; - text-align: center; left: 0; - right: 0; } + right: 0; + text-align: center; } .blocks .overlay:hover:before { position: absolute; content: ''; @@ -7719,20 +7719,22 @@ aside.right-off-canvas-menu ul.open { padding: 10px 0; } .right-off-canvas-menu ul li ul { list-style: none; } - .right-off-canvas-menu ul#off-extras li a#ready-off { - float: none; - margin: 0 auto; - height: 69px; - width: 219px; - background: url(../assets/ready-to-get-started.jpg) no-repeat; - background-position: 0 0; - display: block; } - .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; } + .right-off-canvas-menu ul#off-extras li { + margin-bottom: 10px; } + .right-off-canvas-menu ul#off-extras li a#ready-off { + float: none; + margin: 0 auto; + height: 69px; + width: 219px; + background: url(../assets/ready-to-get-started.png) no-repeat; + background-position: 0 0; + display: block; } + .right-off-canvas-menu ul#off-extras li a#ready-off:hover { + background: url(../assets/ready-to-get-started.png) 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 4c31382..22dc042 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -8,7 +8,7 @@