From: Ian Weller Date: Wed, 29 Mar 2017 16:39:58 +0000 (-0400) Subject: smaller swing logo and tweeked the golf template X-Git-Tag: v1.2.22^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=70c1630ab3e21cac1198c810105149e0b4527140;p=WP-Themes%2Fmountpleasantwow.git smaller swing logo and tweeked the golf template I added a smaller swing logo. It replaced the other logo that was under the nav items. I also altered the sidenav on the golf template to make it similar to the member only template. --- diff --git a/assets/central-swing-logo-small.jpg b/assets/central-swing-logo-small.jpg new file mode 100644 index 0000000..1b8e052 Binary files /dev/null and b/assets/central-swing-logo-small.jpg differ diff --git a/css/app.css b/css/app.css index 4f8f5bb..421cbe3 100644 --- a/css/app.css +++ b/css/app.css @@ -6527,7 +6527,7 @@ header#page-header { .golf-container #golf-logo { position: absolute; top: 0; - right: 0; } + right: 21px; } @media screen and (max-width: 1055px) { .golf-container #golf-logo { display: none; } } @@ -6989,7 +6989,9 @@ main#golf-template img.orb-shadow { top: -6px; } } main#golf-template #content-wrapper { top: 0; } -main#golf-template ul.sidenav { +main#golf-template #quicknav h1 { + font-size: 1.875rem; } +main#golf-template #quicknav ul.sidenav { list-style: none; margin-left: 0; } @@ -8137,7 +8139,7 @@ aside.left-off-canvas-menu ul.open { #off-canvas-golf { margin-bottom: 20px; - margin-left: 1.1rem; } + margin-left: 30px; } input.button { margin-left: 25px; diff --git a/functions.php b/functions.php index 617c797..66cecbe 100644 --- a/functions.php +++ b/functions.php @@ -417,7 +417,7 @@ function glm_side_menu() { } else { $ID = $parent->ID; } - echo '

'.get_the_title($ID).'

'; + echo '

MI Centeral Swing Golf

'; echo ''."\n"; diff --git a/header.php b/header.php index 110e052..a013531 100644 --- a/header.php +++ b/header.php @@ -67,7 +67,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
- +
diff --git a/page-golf-template.php b/page-golf-template.php index ef8f158..69f260e 100644 --- a/page-golf-template.php +++ b/page-golf-template.php @@ -33,16 +33,16 @@ ?>
-
+
+ +
+

-
- -
diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 5c31677..de01276 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -1,7 +1,7 @@