From: Steve Sutton Date: Thu, 29 Nov 2018 21:17:34 +0000 (-0500) Subject: Update navigation. X-Git-Tag: v1.0.5^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e874b397fead25702407b1b1045fc1a1a9cefd22;p=WP-Themes%2Fharborsprings.git Update navigation. Had to update the font size so new nav would fit. --- 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; }