WordPress 2列主题CSS问题
我创建了一个 WordPress 博客 (http://raptor.hk),但我无法将右侧边栏设置到正确的位置。我想我错过了 CSS 中的一些东西。该 DIV 被命名为“rightbar”。我希望 DIV 位于白色包装内的内容旁边。此外,还需要支持流体布局(不随浏览器调整大小而移动)。
问题已解决(请参阅我的答案),但有人可以提供更好的解决方案吗?
I created a wordpress blog (http://raptor.hk), but i am unable to set the right sidebar into correct position. i think i have missed something in CSS. the DIV is named "rightbar". I would like the DIV to be positioned right next to the content, within the white wrapper. Also, support of fluid layout (not moving on browser resize) is needed.
the problem is solved (see my answer), but anybody can give better solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试为 div id“rightbar”设置以下样式。
这会将“rightbar”div 放置在页面顶部、标题下方右侧。
You can try putting the following styles for the div id "rightbar".
That will put the "rightbar" div at the top of the page, just under the header and to the right.
我找到了解决方案。
我将 DIV 放在 #main DIV 中,并设置以下内容:
I found a solution.
I put the DIV just inside the #main DIV, and set the following: