Responsive Theme vs. WP-Table Reloaded
-
Hi Tobias,
I’m using a Responsive theme and have a WP-Table Reloaded table at:
https://curators.co.nz/other-sites/
The theme uses 3 stylesheets: 1. The standard style.css for full web browser mode, 2. a stylesheet for iPad type devices, and 3. a style sheet for mobile devices.
I am using css to hide 2 columns when the website is viewed on any device below 750px wide, so in the mobile css stylesheet I have included this:
.wp-table-reloaded-id-1 .column-3, tr td:nth-child(3) { display:none; visibility:hidden; }
.wp-table-reloaded-id-1 .column-4, tr td:nth-child(4) { display:none; visibility:hidden; }It works, but the problem is that other tables I try to deploy are also hiding columns 3 and 4. It must be something to do with how I am identifying the the table.
How do I direct the css specifically at table ID-1, Columns 3 & 4 only?
I would appreciate your help. Thanks.
- The topic ‘Responsive Theme vs. WP-Table Reloaded’ is closed to new replies.