Help needed with CSS
-
I am administrating a number of databases. I am not a programmer at all so I have depended om PHPRunner for many years.
I want to change platform to wordpress, but PHPRunner is not easy to implement. Consequently I am exploring other options and this is where WP Data Access is interesting.
I have set it up and it appears to be running, but I have bumped into a problem. The table I am publishing is to wide for my Theme.
Peter Schulz actually gives an example on this in his roadmap video: https://wpdataaccess.com/docs/documentation/data-publisher/roadmap/
However, it will not work for me. Peters example is a table called demo_product and the table is in the default WP database. He adds the following additional CSS:
#demo_product.dataTable.nowrap td {
white-space: normal;
max-width: 300px;
}This solves the problem for him.
My table is called tyske_koder and is found in an remote database (RDA, not the default WP database). I tried with this:
#tyske_koder.dataTable.nowrap td {
white-space: normal;
max-width: 300px;
}This have no effect on my table. Is the syntax different for tables in a RDA? Can anybody help?
The page I need help with: [log in to see the link]
The topic ‘Help needed with CSS’ is closed to new replies.