I have wordpress page http://war-mobile.h2client.com/corporate-information/our-team/ and am developing a mobile website for it. If you go to the bottom and click on switch to our mobile
you will see that the image and the info div have swapped places - I copied the style from the original site as far as the image and the floating div go, but am having this problem. Code:
.bios div {
font-size: 16px;
line-height: 20px;
margin-top: 25px;
margin-left: 35px;
float: left;
display: block;
}
.bios avatar {
display: inline-block;
float: left;
width: 130px;
height: 165px;
margin-top: 0px !important;
}