WebSite X5Help Center

 
Jebran K.
Jebran K.
User

Table formet error on mobile responsive device page  en

Author: Jebran K.
Visited 1395, Followers 1, Shared 0  

hello sir i am creae a table my desktop faormat is ok but my mobile device table is extra how to fix check pic    how to set table mobile device complete show not mouse cursor up and down?

Posted on the
3 ANSWERS - 1 USEFUL - 1 CORRECT
Jebran K.
Jebran K.
User
Author

thanks brother working for me this code 

<style> table {word-break: break-all;} </style>
<script> $( document ).ready(function() { $("table").css("width", "");}); </script>

Read more
Posted on the from Jebran K.