Table width on Smartphone
-
Hi Tobias
I try to set the column with all the same for the page. On big screen it works pretty nice, but on mobile it doesnt. I try to add the following code, but this has no effect. Why does it looks different on mobile and how can i fix the widgth on small devices?
Thank you for your help.
Manuel@media (max-width: 500px) {
.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4,
.tablepress .column-5,
.tablepress .column-6 {
white-space: nowrap;
width: 100px !important;
}}
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table width on Smartphone’ is closed to new replies.