• Resolved mbjepsen

    (@mbjepsen)


    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?

    • This topic was modified 5 years, 10 months ago by mbjepsen. Reason: Spelling mistake

    The page I need help with: [log in to see the link]

Viewing 16 replies (of 16 total)
  • Thread Starter mbjepsen

    (@mbjepsen)

    Peter, once again this solved the problem. Works in both Modal and collapsed.

    Thanks again Peter. Changing status to Resolved.

    • This reply was modified 5 years, 9 months ago by mbjepsen.
Viewing 16 replies (of 16 total)

The topic ‘Help needed with CSS’ is closed to new replies.