From 48fbc7801070c19f2ded39db36b69d8c61912648 Mon Sep 17 00:00:00 2001 From: IronSummitMedia Date: Fri, 4 Apr 2014 18:22:23 -0400 Subject: [PATCH] SB Admin 2 Menu Bugfix Added more top padding for mobile screens and included instructions on moving to static menu in the page docs. --- sb-admin-v2.php | 1 + templates/sb-admin-v2/css/sb-admin.css | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sb-admin-v2.php b/sb-admin-v2.php index d34913a5..9b5e4d13 100644 --- a/sb-admin-v2.php +++ b/sb-admin-v2.php @@ -60,6 +60,7 @@
diff --git a/templates/sb-admin-v2/css/sb-admin.css b/templates/sb-admin-v2/css/sb-admin.css index f4b1131a..d2db2d44 100644 --- a/templates/sb-admin-v2/css/sb-admin.css +++ b/templates/sb-admin-v2/css/sb-admin.css @@ -4,7 +4,13 @@ body { background-color: #f8f8f8; - padding-top: 50px; + padding-top: 100px; +} + +@media(min-width:768px) { + body { + padding-top: 50px; + } } /* Wrappers */