Plone Portlet 未对齐
我有一个 Plone 站点,其中有一个显示导航树的 portlet。它应该位于页面的左侧,主页显示区域位于中间(右侧)。相反,该 portlet 被推到页面底部,并在整个页面宽度上拉伸(因此“管理 portlet”链接跨越页面的整个宽度,并且位于页脚上方的底部)。我不知道它是如何或为什么会这样,也不知道在哪里设置可以解决这个问题..?
I have a Plone site that has a portlet displaying the navigation tree. This is supposed to be on the left side of the page, with the main page display area in the center (and to the right). Instead, this portlet gets pushed to the bottom of the page, and is stretched across the entire page width (So the "Manage portlets" link spans the whole width of the page, and is at the bottom just above the footer). I cannot figure out how or why it got like this, nor where the settings are to fix this..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是一个皮肤问题。您使用什么主题?
在 Plone 4 中,您可以首先查看 Portal_skins 下主题的 main_template.pt。查找
在那里您可以看到应用于左列 portlet 的所有 CSS。
如果您还没有使用 Firebug,您应该尝试一下。这对于找出你的东西不正常的原因非常有帮助。
Sounds like a skinning issue. What theme are you using?
In Plone 4, you might start by looking at the main_template.pt of your theme under portal_skins. Look for
<tal:block replace="structure provider:plone.leftcolumn"/>
There you can see any CSS that's applied to your leftcolumn portlets.
If you're not already using Firebug, you should try it out. It's pretty helpful in figuring out why your stuff is out of whack.