Responsive Table in WordPress

No plugin required


<div class="table-responsive">


Responsive Tables

The .table-responsive class creates a responsive table. The table will then scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, there is no difference:

Example

<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>
Try it Yourself »
https://www.w3schools.com/bootstrap/bootstrap_tables.asp

    Post a Comment

    Thank You

    Previous Post Next Post