Hi Tobias,
I’ve scoured all the posts about table width and still can’t get it right. My table is expanding into the widget area. I’m using 2011 theme. The table previews perfectly in the Tablepress preview, but not when inserted into my page and yes, I inserted in while in text view. I’ve reduced the padding, reduced the font size, set width and there are no images. No words are “too big” to fit. Also, the table header font size won’t change (except in tablepress preview) even though I made it smaller. I’ve tried so many css fixes I may be confusing myself. Here is what I have:
.tablepress-id-share tbody td {
font-family: arial;
font-size: 10px;
line-height: 110%;
}
.tablepress-id-share thead th {
font-size: 10px;
}
.tablepress-id-share {
width: 600px;
}
.tablepress-id-share th,
.tablepress-id-share td {
padding: 5px;
}
.tablepress-id-share .column-1,
.tablepress-id-share .column-2,
.tablepress-id-share .column-3,
.tablepress-id-share .column-4,
.tablepress-id-share .column-5,
.tablepress-id-share .column-6,
.tablepress-id-share .column-7 {
width: 70px !important;
}
#content .tablepress-id-share tr td {
padding: 5px;
}
I want to post a link but hesitate to publish a post looking like this for the world to see.
Thanks
Val