Formatting by Column
-
Tobias,
Sorry to bother you but we’re stuck with CSS formatting.
We can’t get Custom CSS to work on the linked table, the full CSS is below.
We’ve looked at the page via Inspect — the CSS tags look correct but we can’t see the TablePress Custom CSS in the loaded resources (but might not be looking in the right place).
We also tried adding a test CSS into the child themes Styles.css — no luck.
? Is there a problem with the shortcode? Perhaps it’s too long? That shortcode is cutoff on some TablePress admin pages.
Overall question — is it possible to format by column? For example change the font-size, font-family etc. The FAQ examples are all by row – does that mean column formatting isn’t possible (except width).
We could use in-cell <span … coding but we’d like to avoid that.Thanks,
Here’s the CSS in the Custom CSS box (which is enabled).
.tablepress-id-DictateVC {
width: auto;
margin: 0 auto 1em;
}.tablepress-id-DictateVC .column-1 {
width: 250px;
}.tablepress-id-DictateVC .column-2 {
width: 75px;
font-family: fixed;
font-size: 16px;
font-weight: bold;
vertical-align: middle;
}.tablepress-id-DictateVC .column-3 {
width: 200px;
font-size: 12px;
font-style: italic;
}The page I need help with: [log in to see the link]
- The topic ‘Formatting by Column’ is closed to new replies.