Flip mode causes all text to considerably increase in size!?
-
As said in title. I have this code in my themes stylesheet:
.tablepress-style1 {
font-size: 8px !important;
}
.tablepress-id-1 thead th,
text-align: center !important;
font-weight: bold !important;
}
.tablepress-id-1 .row-2,
font-size: 8px !important;
}What I am after is a table with 2×2, the first row is the headers for 2 subject titles, the send row contains the content displayed in list format of dot points. It displays fine on computer (except header isn’t centering). When I view site on mobile the second row text becomes massive for an unknown reason, and the dot points don’t create any distance between the row 1 header (which is now displayed vertically instead of horizontally as intended– but doesn’t seem to respond to row 2’s content).
In other words, row 1 which becomes vertical stacks on top of each other, but row 2 with the content in dot points isn’t discernible which “header” it belongs to. Main issue is that when viewed on mobile, the font size seems to revert to some other size not in my custom css?
Help would be unbelievable useful and appreciated thanks.
- The topic ‘Flip mode causes all text to considerably increase in size!?’ is closed to new replies.