From: Laury GvR Date: Mon, 12 Dec 2016 14:21:38 +0000 (-0500) Subject: Adding some left padding to the members only sidebar X-Git-Tag: v1.0.0^2~88 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=17946b5cb8b9a7ede1fe681e7590a25a8826a1c8;p=WP-Themes%2Fmackinawareavb.git Adding some left padding to the members only sidebar --- diff --git a/css/app.css b/css/app.css index fcf49c2..e3343aa 100644 --- a/css/app.css +++ b/css/app.css @@ -6886,7 +6886,7 @@ body .members-only-template { body .members-only-template #lostpasswordform { max-width: 350px; } body .sidebar-wrapper { - padding: 0; } + padding: 0 0 0 15px; } #glm-event-wrapper h1 { font-size: 1.5rem; diff --git a/scss/plugins/_glm-member-db.scss b/scss/plugins/_glm-member-db.scss index e79cfe5..fd33741 100644 --- a/scss/plugins/_glm-member-db.scss +++ b/scss/plugins/_glm-member-db.scss @@ -297,7 +297,7 @@ body { } } .sidebar-wrapper { - padding: 0; + padding: 0 0 0 15px; } } // End of global body tag to overwrite existing member db styles \ No newline at end of file