From e874b397fead25702407b1b1045fc1a1a9cefd22 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 29 Nov 2018 16:17:34 -0500 Subject: [PATCH] Update navigation. Had to update the font size so new nav would fit. --- header.php | 4 ++-- style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/header.php b/header.php index 85ce173..c829e52 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('| ', true, 'right'); ?><?php bloginfo('name'); ?> - + post_name; $dir = " id=\"$slug\""; echo $dir ?>>
@@ -61,7 +61,7 @@
  • Amenities
  • Book Rooms
  • About
  • -
  • Area Guides
  • +
  • Groups/Reunions
  • Contact
  • diff --git a/style.css b/style.css index 5577699..1bd65fe 100644 --- a/style.css +++ b/style.css @@ -294,6 +294,7 @@ ul.room-gallery li img { display:block; margin:0 auto; } } @media(min-width:992px) { body { font-size:17px; } + ul.navbar-nav { font-size: 15px; } header.container div.row { padding:0 30px 0 29px; } header { text-align:right; } header #logo { float:left; margin:15px 0; } -- 2.17.1