Responsive Problems using images
-
Hi! I am having issues with the responsive form of my table. It seems to jumble the second column when you use the horizontal scroll.
You can see the table here under athletics, and conference recognition.
Here is the CSS I am currently using:
.tablepress-id-1,
.tablepress-id-1 td {
border: none !important;
font-size: 15px;
line-height: 20px;
color: #000000;
font: open sans;
}.tablepress .column-1 {
vertical-align: middle;
}.tablepress .column-2 {
vertical-align: middle;
}.tablepress .column-3 {
vertical-align: middle;
}.tablepress .column-4 {
vertical-align: middle;
}.tablepress .column-5 {
vertical-align: middle;
}.tablepress .column-6 {
vertical-align: middle;
}.tablepress .column-7 {
vertical-align: middle;
}.tablepress .column-8 {
vertical-align: middle;
}.tablepress-id-N,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}.tablepress img {
max-width: 100%;
}
The topic ‘Responsive Problems using images’ is closed to new replies.