CSS column width
-
Sorry to have to ask this since so many have. I’ve tried a number of the fixes provided, but none seem to work. I was able to get one column adjusted in table 1, but not in the other columns. Really strange. This is what I have at the moment:
id-1 .column-1 {
width: 150px;
padding: 4px;
}id-1 .column-2 {
width: 225px;
padding: 4px;
}id-2 .column-1 {
width: 230px;
padding: 4px;
}id-2 .column-2 {
width: 230px;
padding: 4px;
}.tablepress-id-1 {
width: auto;
}Any thoughts you might have would be most appreciated!
TIAThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS column width’ is closed to new replies.