我已经尝试了我能找到的所有内容,并且我确定这是一个简单的修复,但我无法将此导航置于中心位置。致力于为客户定制此主题:(演示)http://femininethemesdemo.com/themes/quinn/。原始主题右侧有社交图标,如果这样做会让人感到好奇(客户并不希望它们出现在她的网站上)。无论哪种方式,任何帮助都会受到赞赏!
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 a {display: block; padding: 20px 12px; color: #000;}
感谢您的帮助!