From: Ian Weller Date: Thu, 6 Apr 2017 17:46:57 +0000 (-0400) Subject: Making Central Swing chagnes X-Git-Tag: v1.2.22^2~14 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6cd4be36d09368220b4b3b5b61f8ad7e83050036;p=WP-Themes%2Fmountpleasantwow.git Making Central Swing chagnes I am trying to wrap up the changes requested for the golf section. I have a good chunk of it done at this point. --- diff --git a/assets/Central_Swing_Logo-resized.jpg b/assets/Central_Swing_Logo-resized.jpg new file mode 100644 index 0000000..8aeac26 Binary files /dev/null and b/assets/Central_Swing_Logo-resized.jpg differ diff --git a/css/app.css b/css/app.css index 63a3dd9..817e422 100644 --- a/css/app.css +++ b/css/app.css @@ -6519,6 +6519,10 @@ header#page-header { -ms-transform: rotate(45deg); transform: rotate(45deg); } +#golf-logo-img { + position: relative; + bottom: -40px; } + #sm-logo img { padding-top: 20px; } @@ -6976,8 +6980,6 @@ main #mid { margin-top: -140px; min-height: 170px; } } -main#golf-template h2#slide-text { - margin-top: -85px; } main#golf-template img.orb-shadow { top: 0; } @media screen and (max-width: 797px) { @@ -6991,17 +6993,6 @@ main#golf-template img.orb-shadow { top: -6px; } } main#golf-template #content-wrapper { top: 0; } -main#golf-template #quicknav { - background: #690433; } - main#golf-template #quicknav h2 { - color: #FFFFFF; } - main#golf-template #quicknav ul.sidenav { - list-style: none; - margin: 0; } - main#golf-template #quicknav ul.sidenav li { - padding: 7.5px 0; } - main#golf-template #quicknav ul.sidenav li a { - color: #FFFFFF; } main.search-results #head-img { margin: -280px auto 0; } diff --git a/header.php b/header.php index ff2af12..fdbd0da 100644 --- a/header.php +++ b/header.php @@ -66,5 +66,14 @@ Note 2: 'Nb cols' parameter for Bootstrap only. + ID ) == "page-golf-template.php") { ?> +
+
+ +
+
+ + + diff --git a/page-golf-template.php b/page-golf-template.php index 7c9a628..fdf4d6b 100644 --- a/page-golf-template.php +++ b/page-golf-template.php @@ -9,9 +9,11 @@
-
-

Life… Is Good… In The Center Of It All

+
@@ -32,6 +34,11 @@ get_template_part('parts/bread-crumbs'); ?>
+
+ +
diff --git a/scss/_main.scss b/scss/_main.scss index 3938bcb..a8c41cc 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -361,9 +361,6 @@ main { } } main#golf-template{ - h2#slide-text { - margin-top: -85px; - } img.orb-shadow { top: 0; @media screen and (max-width: 797px) { @@ -379,23 +376,6 @@ main#golf-template{ #content-wrapper{ top: 0; } - #quicknav { - background: $maroon; - h2 { -// font-size: rem-calc(22); - color: $white; - } - ul.sidenav { - list-style: none; - margin: 0; - li { - padding: 7.5px 0; - a { - color: $white; - } - } - } - } } main.search-results { #head-img { diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 03f82b3..015d9ba 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -120,6 +120,10 @@ header#page-header { // margin-left: 5px; // } } +#golf-logo-img { + position: relative; + bottom: -40px; +} #sm-logo { img { padding-top: 20px;