I have image inside of that footer,I need to align image in center and need to bring top from the footer and it must adjust to all the mobile device.IF i give margintop the image is stay in same place but footer height reduce below is my code
<footer data-role="footer">
<center>
<img src="images/image1.png" style="width:40px;height:40px;margin-top:20px"/>
</center>
</footer>