【发布时间】:2018-11-10 13:22:36
【问题描述】:
我正在这个网站上工作 - http://galleriadesigns.co.uk/dev/
我遇到的问题是导航栏太笨重了。关于如何使它更小,同时保持相同布局的任何想法。
我尝试更改 (top 和 z-index 属性),这只是将所有内容都推高了,看起来不太好。
我希望它与此类似 - https://www.cxwebexperts.com/themes/adam/
这是我的 CSS -
.intelligent-header {
transition: .3s;
position: fixed;
width: 100%;
z-index: 999;
transform: translateY(0%);
top: 0;
border-bottom: 1px solid #e5e5e5;
}
body.logged-in.admin-bar .intelligent-header { top: 32px; –}
谢谢。
【问题讨论】:
-
您要求我们为您完成这项工作。请提供代码并提出正确的问题。
-
body.logged-in.admin-bar .intelligent-header { top: 32px;
标签: html css wordpress wordpress-theming navbar