我正在使用一个应该是响应式的主题,但是当使用两列简码并在较小的浏览器或手机上查看页面时,这些列会缩小以并排适应浏览器的宽度,而不是堆叠。
在智能手机上看起来很糟糕,我正在尝试使列堆叠。
您可以在以下位置查看页面:http: //goo.gl/t8QOA5
相关的CSS:
.one_half {
float:left;
line-height:22px;
margin-right:2%;
width:49%;
margin-bottom:27px;
display:block
}
.one_half_last {
float:left;
line-height:22px;
width:49%;
margin-bottom:27px;
display:block
}