我正在使用wordpress和所有日历,我似乎无法将日历放在侧边栏的顶部。这是链接http://bikebuckscounty.com/routes/calendar/,非常感谢任何帮助。我尝试过随机css,例如将margin-top
和padding-top
设置为-900px !important;
,但没有任何效果。当我使用检查员时,似乎它应该从顶部开始但不是。感谢您的帮助。
我把它修好了,而不是干净利落地砍掉它。谢谢大家非常感谢。很抱歉没有把代码搞砸了什么代码。
我最终做的是有点黑客并将内联css放入wordpress页面。很抱歉没有代码感到困惑。
答案 0 :(得分:0)
你需要以下一点CSS,因为图像(<img src="..." id="blueverticallineallotherpages">
)导致leftsidecontent div在它下面流动。
.leftsidecontent { position: absolute; }
此外,从margin-top: -500px;
和{1}}
#ai1ec-container
和{ - 1}}以及距离顶部:-750px; enter code here
这两个元素的负填充也是无效的CSS
快速而肮脏的解决方案:
DIV
答案 1 :(得分:0)
我认为需要在 ai1ec_render_css
中修改 .ai1ec-dropdown-menu试
vertical-align:top;
同时重置顶部:100%;在那
答案 2 :(得分:0)
全部删除:
margin: -500px
然后,你只需要删除clear:都来自这个类
#ai1ec-container {
clear: both;
}