我在Wordpress上构建我的网站,但坚持一件事。
我想要我的侧边栏,左侧和右侧边栏垂直与内容相同的高度,即使侧边栏内的内容比上半部分的内容短。
如果侧边栏中有更多内容,我还希望中段的内容与侧边栏内的内容垂直相同。
答案 0 :(得分:0)
将overflow: hidden;
添加到.containerdubbel
div
。
.containerdubbel {
position: relative;
padding: 0;
margin-left: auto;
margin-right: auto;
background: url(../Meerwoonruimte/images/achtergrond.png) repeat-y top left;
width: 990px;
min-height: 600px;
height: auto !important;
overflow: hidden;
}