Great product and excellent knowledge base in the support forum.
-
Running Customizr theme.
Implementation was simple. Issues – tables by default extended across the full page & caused page to expand to more than the screen width on mobile.
The first resolved with:
.tablepress th,
.tablepress td {
width: auto !important;
}
and
.tablepress-id-1 {
width: auto;
}and the second with:
.tablepress-id-3 img {
max-width: 100%;
}.
- The topic ‘Great product and excellent knowledge base in the support forum.’ is closed to new replies.