From f755fd3541d337885608f9d1bd408e1c0ea34328 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Mon, 29 Jun 2020 16:23:28 -0400 Subject: [PATCH] moved divs to change spacing, CSS to match, will now shrink with screen --- footer.php | 12 ++++++++---- style.css | 20 ++++++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/footer.php b/footer.php index e719811..051e6bf 100644 --- a/footer.php +++ b/footer.php @@ -5,7 +5,7 @@ /** * The template for displaying the footer. * - * Contains the closing of the id=main div and all content + * Contains the closing of the #wrapper div and all content * after. Calls sidebar-footer.php for bottom widgets. * * @package WordPress @@ -14,13 +14,17 @@ */ ?>
-
- + + + 'menu-footer', 'theme_location' => 'primary' ) ); ?> + + + + \ No newline at end of file diff --git a/style.css b/style.css index 99647d5..fa89ae4 100644 --- a/style.css +++ b/style.css @@ -94,11 +94,11 @@ a#cancel-comment-reply-link div#wrapper, div#header { /* width: 600px; */ - width: 650px; + max-width: 810px; } #menu, div#footer { - width: 810px; /* div#wrapper + 160 px */ + max-width: 810px; /* div#wrapper + 160 px */ /* width: 760px; */ } @@ -122,13 +122,13 @@ div#wrapper min-height: 100%; height: auto !important; margin: 0 auto -40px; - padding: 20px 80px 0 80px; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; -moz-box-shadow: 1px 0 20px #dddddd; -webkit-box-shadow: 1px 0 20px #dddddd; box-shadow: 1px 0 20px #dddddd; overflow: hidden; + padding-top: 20px; } h1, h2, h3, h4, h5, h6 @@ -247,7 +247,11 @@ hr { margin: 20px 0; } text-decoration: none; } -div#content { margin: 0 0 20px 0; } +div#content +{ + margin: 0 0 20px 0; + padding: 0px 80px 0 80px; +} #content div.post p.date, #content div.post p.post-meta { @@ -774,4 +778,12 @@ p.has-drop-cap:not(:focus):first-letter margin: 8px 3px -10px 0; } +.headerLine +{ + border-bottom: 0.5px #bbbbbb; + width: 80%; + margin-right: auto; + margin-left: auto; +} + /* @end */ \ No newline at end of file