Currently not seeing the custom page in mobile screen and also modified the below change in responsive.css,
Still not displaying...
Code: [Select]
#footer .inside .left { display: none; }
Replace it with:
Code: [Select]
#footer .inside .left { display: block!important; text-align: center; width: 100%; }