css - Center Navigation -
i've tried can find , i'm sure it's simple fix cannot navigation centered. working on customizing theme: (demo) http://femininethemesdemo.com/themes/quinn/ client. original theme has social icons right , curious if getting in way (client doesn't want them site.) either way, appreciated!
css
/* .nav */
.tinynav {display: block; width: 100%; margin: 0 auto;} .nav-section {background: #fff3ee; width: 100%; border-bottom: 1px solid #e8e8e8; position: fixed; z-index: 9999;} .nav-section hr {height: 3px; background: #fff; margin: 0; border: none;} .nav {position: relative; width: 90%; margin: 0 auto; padding: 15px 0; clear: both; font-size: .80em; line-height: 1em; text-transform: uppercase; font-weight: 600; letter-spacing: .2em;} .nav ul {list-style: none; display: none;} .nav {display: block; padding: 20px 12px; color: #000;}
thanks help!
Comments
Post a Comment