如何让WordPress二十十个主题子菜单扩展到其内容(CSS)?
希望这不是“太”小众,因为涉及的 CSS 可能适用于其他地方。
我正在 WordPress 3 beta/nightlies 中使用新的二十十主题,如果下拉子菜单(页面/自定义菜单)能够扩展到其中任何内容的宽度,我真的很喜欢它,而不是比以 130px 包裹项目。
下面是一个示例页面设置,仅包含相关 HTML 和二十十主题 CSS 文件: http ://almostexciting.com/wordpress-twentyten-menu.html
我尝试将链接项的“宽度”更改为“最小宽度”,但这不起作用 - 也不能完全删除它。我似乎找不到任何其他限制菜单项宽度的样式,所以我有点迫切需要帮助。
在 Firebug 中撕毁这个东西已经太久了。
Hope this isn't "too" niche, because the CSS involved likely applies in other spots.
I'm working with the new Twenty Ten theme in WordPress 3 beta/nightlies, and I'd really like it if the drop-down sub-menus (Pages/custom menus) would expand to the width of whatever is in them, rather than wrap the items at 130px.
Here's an example page set up that contains nothing but the relevant HTML and the Twenty Ten theme CSS file: http://almostexciting.com/wordpress-twentyten-menu.html
I've tried changing the "width" for the link items to a "min-width", which doesn't work - nor does completely removing it. I can't seem to locate any other styles that are constricting the width of the menu items, so I'm a bit desperate for help.
Been tearing this thing up in Firebug for too long now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除链接的定义宽度。
添加这个:
还有这个:
Remove the defined width for your links.
Add this:
And this: