Adding some left padding to the members only sidebar
authorLaury GvR <laury@gaslightmedia.com>
Mon, 12 Dec 2016 14:21:38 +0000 (09:21 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 12 Dec 2016 14:21:38 +0000 (09:21 -0500)
css/app.css
scss/plugins/_glm-member-db.scss

index fcf49c2..e3343aa 100644 (file)
@@ -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;
index e79cfe5..fd33741 100644 (file)
@@ -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