Responsive scroll
-
Hello Tobias,
I have installed Responsive Tables plug in and I wanted to use scroll mode so I put [table id=2 responsive=scroll /] but when I see it on a mobile, some text appear like “preview” “deleted item” “product” (this text is no present in the table) and the content of the table is not showing properly.
I add this code to “Custom CSS”
.tablepress thead th,
.tablepress tfoot th {
background-color: #ffffff;
}.tablepress-id-2 tbody td {
font-family: Tahoma;
font-size: 16px;
color: #000000;
text-align: center;
}.tablepress .odd td {
background-color: #c6ccd3;
}.tablepress .even td {
background-color: #ebf0f5;
}.tablepress-id-2 .row-2 td {
background-color: #f2bd03;
}.tablepress-id-2 .row-1 .column-1 {
background-color: #000000;
color: #ffffff;
text-align: center;
width: 150px;
}.tablepress-id-2 .row-1 .column-7 {
background-color: #000000;
color: #ffffff;
text-align: center;
}.tablepress-id-2 .row-3 td {
background-color: #a1a5aa;
font-weight: bold;
}.tablepress {
word-break: normal;
}I imported the table from a CSV file
Is it possible that would have any conflict with the “Industrial” theme I am using?Thank you in advance.
The page I need help with: [log in to see the link]
- The topic ‘Responsive scroll’ is closed to new replies.