From: Anthony Talarico Date: Thu, 10 May 2018 18:46:09 +0000 (-0400) Subject: fixing the topbar spacing and position X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7c218c9d043f4227c52ada6739ea43ae2b634f6b;p=WP-Themes%2Flaurium.git fixing the topbar spacing and position --- diff --git a/style.css b/style.css index 0c5d1de..11970b4 100644 --- a/style.css +++ b/style.css @@ -22,12 +22,7 @@ light brown : #7D3E00; dark brown : #320701; beight : #DCD1B1 */ -#flags{ - position: absolute; - right: 50px; - top: 5px; - width: 65px !important; -} + html, body, div, @@ -1358,17 +1353,23 @@ body.parallax-on .wpcf7-not-valid-tip { .main-navigation ul li { position: relative; } - +#site-navigation > .menu{ + position: relative; + margin-top: 35px; + max-height: 30px; +} .main-navigation > ul > li { float: left; position: relative; font-weight: 400; + top: 50%; + transform: translateY(-50%); } .main-navigation > ul > li > a { /* text-transform: uppercase; */ - font-size: 24px; - padding: 5px 10px; + font-size: 21px; + padding: 5px 15px; line-height: 1; /* text-transform: lowercase; */ }