Unable to control column widths
-
I’ve tried using CSS:
TablePress > Plugin Options > Custom CSS:
.tablepress-id-1 .column-11 {
width: 300px;
}…and shortcode:
[table id=1 column_widths=”36px|23px|69px|74px|54px|109px|74px|55px|37px|69px|300px|71px|62px|79px|94px” /]
…but neither one has any impact on the column widths. I am particularly trying to expand the width of a column that has a lot of text. You can see the table here:
https://dev.studiotwo.com/jttest/sample-page/
I’m also not able to control the row height. I’m assuming both of my problems are related to the fact that I’ve got a table with too many columns (requiring horizontal scrolling) and cells containing too much text. But how do I fix it?
- The topic ‘Unable to control column widths’ is closed to new replies.