Link to home
Start Free TrialLog in
Avatar of Bob Schneider
Bob SchneiderFlag for United States of America

asked on

Condensed Table In Bootstrap 4

Is there a way to make the tables on this page more compressed so that all columns show on the page of a vertical mobile device?  It seems like there's enough space but I can't get the table to compress.  Interestingly, on this page it is fine (actually a bit too compressed) even though there is more data.  That one is a DataTable.  Not sure how to get that done on a "normal" table.


Thanks in advance.

Avatar of Noah
Noah
Flag of Singapore image

Hi!

You can add this CSS to your stylesheet and see how it works out for you.
<table class="table table-condensed">
  ...
</table>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Bob Schneider
Bob Schneider
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial