From 17946b5cb8b9a7ede1fe681e7590a25a8826a1c8 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 12 Dec 2016 09:21:38 -0500 Subject: [PATCH] Adding some left padding to the members only sidebar --- css/app.css | 2 +- scss/plugins/_glm-member-db.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1