Wordpress .entry-content 类将无法与侧边栏正确对齐

发布于 2024-12-03 11:00:02 字数 600 浏览 1 评论 0原文

我在尝试在 Wordpress Twentyeleven 主题的页面上启用侧边栏时遇到了另一个愚蠢的问题。

我已经给出了我的 .entry-content 类:

.entry-content {float:left !important;width:648px !important;}

请原谅那些 !important,我只是不敢编辑默认的 style.css< /code>...

现在我已经

<?php get_sidebar(); ?>

page.php 末尾添加了 get_footer 内容...并且侧边栏显然显示在我的 下.entry-content,在右侧......

我已经尝试给侧边栏一个float:right,但它仍然不会浮动。

这是一个示例。

I've encountered another silly problem while trying to enable sidebar on pages on Wordpress Twentyeleven theme.

I've given my .entry-content class:

.entry-content {float:left !important;width:648px !important;}

excuse me for those !importants, I just don't dare to edit the default style.css...

Now I've added

<?php get_sidebar(); ?>

By the end of page.php, just above the get_footer stuff... and sidebar apparently displays UNDER my .entry-content, on the right hand side....

I've trying giving the sidebar a float:right, but it still won't float.

Here is an example.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情归归情 2024-12-10 11:00:02

内有一个


设置主div的宽度就解决了。

像这样:#primary {width:400px;}

Inside <div id="main"> you have a <div id="primary">.
Set a width on the primary div and this is solved.

Like this: #primary {width:400px;}

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