将导航移动到新行:添加clear:left;
到.main-navigation
以你的风格上课。css
对于小部件,我想您指的是带有蓝色图形的3个部分。。那些有25px的水平填充,并且以33.33333%>的宽度均匀分布,看看这个类.sow-features-list .sow-features-feature
样式的第21行。css
.sow-features-list .sow-features-feature {
text-align: center;
float: left;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 25px; //change this line
margin-bottom: 40px;
}