TablePress Column Width Does Not Render in Internet Explorer
-
Good afternoon,
I have used the following CSS to extend table width and it looks great in Chrome browser but does not render in Internet Explorer:
.tablepress thead th,
.tablepress tfoot th {
background-color: #5e99aa;
color: #000000;
}.tablepress-id-1 .column-1,
.tablepress-id-2 .column-1,
.tablepress-id-3 .column-1 {
width: 200px;
}.tablepress-id-3 .column-2 {
width: 1000px;
}I personally never use IE, sadly our company is a super user and I need this to look well in both browsers. I did do a search of the previous support tickets and found this CSS to put in the Custom CSS section, however there was no change in IE.
.tablepress th,
.tablepress td {
width: auto;
}This page is in draft form and goes live on March 3. This link is a preview link and will expire in 48 hours. If you need me to reissue the link, just let me know.
Thanks so much for your guidance with this issue.
JuliannaThe page I need help with: [log in to see the link]
- The topic ‘TablePress Column Width Does Not Render in Internet Explorer’ is closed to new replies.