【发布时间】:2014-08-08 00:20:25
【问题描述】:
谁能帮我弄清楚为什么我的移动视图媒体查询中的边距底部规则不起作用?
我什至添加了一个类来清除名为.clearer 的浮点数,但这也不起作用。我想要的只是左图在移动视图下方有 30px 的边距。
这是页面...http://www.haveaseatrentals.com/seat-yourself/
来自移动视图的媒体查询的 CSS 规则以及我用来清除浮动的规则...
#seatYourselfLeft {margin-bottom: 30px; }
.clearer{clear:both; width:100%; height:0; display: block;}
非常感谢任何帮助。
【问题讨论】: