Column Width – Custom CSS Not working? :(
-
Hi Tobais,
I’ve been struggling for the last 3 hours trying to get the custom CSS for column width to work ??
I’ve been through your FAQ’s, documentation, and the forums, but despite trying different variations of the code, it still doesn’t work.
I’m simply trying to reduce the width of column 3 (Link), ideally all columns, so that they are no wider than their content.
I have tried the following variations:
(putting it in the Plugin options custom css as directed)
—–
.tablepress-id-1 .column-3 {
width: 100px;
}—–
[The preffered one]
.tablepress-id-1 .column-3 {
padding: 4px;
}
—-
.tablepress .column-3 {
padding: 4px;
}
—–
.tablepress .column-3 {
width: 100px;
}
—–I’ve also tried a few other Custom CSS codes from the forum, but apart from adjusting the narrow bar below the column headers, they don’t appear to be doing anything.
Much appreciate your help with this!
The page I need help with: [log in to see the link]
- The topic ‘Column Width – Custom CSS Not working? :(’ is closed to new replies.