Hi there,
I am trying to modify my site so that it works with the responsive layout. However, the header image does not appear completely when viewed using a mobile. The images on the ‘About Us‘ and ‘Services‘ pages tend to move and disrupt the flow as well. The images on the two pages were placed using custom CSS:
.floatLeft {
float: left;
width: 580px;
margin-right: 20px;
}
.floatRight {
float: right;
padding: 10px;
}
Additionally, the footer widgets don’t fit into the grey footer box as well on a mobile site.
Any suggestions as to how I will be able to modify my site?