The banner images are not correctly left aligned on iPad and some versions of Firefox eg: http://development.fourier.com.au/f2/product-services/cloud-solutions/
Can this be corrected with css?
S
<img src="http://development.fourier.com.au/f2/wp-content/uploads/2014/03/Consulting-services1.png" style="float: left;">
#gk-top2 .box,
#gk-top2 .box img {
padding: 0;
float: left;
}
.box {
padding: 0px;
}
#gk-top2 .gk-page {padding: 0px;}
#gk-top2 .gk-page {
padding: 0px !important;
}