Plone Portlet 未对齐

发布于 2024-11-30 08:49:31 字数 175 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅的被狗咬 2024-12-07 08:49:31

听起来像是一个皮肤问题。您使用什么主题?

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文