TablePress Responsive does not re-size for phone and breaks out of content area
-
Hi Tobias,
I have searched the forums and tried many things, however I can’t get my TablePress responsive table to stay within the main content area of the responsive theme.
https://www.deboracrosby.com/s-vivo/hairIf I can’t get this to work I won’t be able to use the plugin and it seems to be the best out there. I’m hoping you have some insight as to how to fix.
I have checked to be sure I have activated the responsive plugin extension, and added the following short code to my post
[table id=1 responsive=”all”/]I am using the following css:
.tablepress thead th,
.tablepress tfoot th {
background-color: #de7500;
color: #000;
}.tablepress .odd td {
background-color: #e6941e;
}.tablepress .even td {
background-color: #ffa421;
}.tablepress .row-hover tr:hover td {
background-color: #f6cf93;
}.tablepress {
width: auto;
margin: 0 auto 1em;
}.tablepress-id-1 .column-1 {
width: 100px;
}.tablepress-id-1 .column-2 {
width: 100px;
}.tablepress-id-1 tbody td {
font-family: Tahoma;
font-size: 14px;
color: #000;
}Thanks in advance
- The topic ‘TablePress Responsive does not re-size for phone and breaks out of content area’ is closed to new replies.