改变 WordPress 主题导航栏位置
我试图将 WP 主题的导航栏移到其指定徽标区域旁边,但无济于事(如下所示: http:// screencast.com/t/UsPhTZ3SM)有什么想法吗?这是 header.php 代码: http://pastebin.com/mr7mtpMG
非常感谢,
Alex
I am attempting to move a WP theme's nav bar next to its designated logo area to no avail (like this: http://screencast.com/t/UsPhTZ3SM) Any ideas? Here is the header.php code: http://pastebin.com/mr7mtpMG
Many thanks,
Alex
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我是您并尝试简单地将导航移动到标题下,我只会切换这些部分。但这就是我,我是反复试验的忠实拥护者...
切换到:
但是,我是那种不介意为了学习而破坏东西的人...
If I were you and trying to simply move the Nav under the header, I would just switch these sections. But that's me, and I'm a big fan of trial and error...
Switch to:
But again, I'm the type of person that doesn't mind breaking things in the interest of learning...
我会重新格式化 html 并清理 css(太多不必要的浮动),但如果您想要快速修复,请尝试以下操作:
注意:未在每个人最喜欢的 IE 上进行测试
希望这是有道理的
I would re-format the html and cleanup the css(way too many unnecessary floats), but if you want a quick fix, try the following:
NOTE: Not tested on everyones favorite, IE
Hope this makes sense