Here the code of HTML and CSS with bootstrap how to fix the bug to show image properly even in mobile view too
- <form id="form1" runat="server">
- <div class="col-lg-2 col-xs-0"></div>
- <div class="col-lg-9 col-md-4 col-sm-6" >
- <div id="total">
- <a href="CustomerNew.aspx" class="btn btn-lg" role="button" id="one"><div id="ones">New Customer</div></a>
- <a href="CustomeSearchPage.aspx" class="btn btn-lg" role="button" id="two"><div id="twos">Search Customer</div></a>
- <a href="CustomeSearchPage.aspx" class="btn btn-lg" role="button" id="three"><div id="threes">New Loan</div></a>
- <a href="Report1.aspx" class="btn btn-lg" role="button" id="four"><div id="fours">Reports</div></a>
- <a href="#" class="btn btn-lg" role="button" id="five"><div id="fives">Admin</div></a>
- </div>
- </div>
- <div class="col-lg-1" id="thi"></div>
- </form>
In mobile view, its showing hawked
In desktop view its view good