Column Not Working with Custom CSS
-
Hi Tobias,
I am wanting to customize my column sizes using the CSS listed below. I have the CSS loaded in a Code Snippet (code snippets plugin), and only one custom style works. I originally tried it in the custom css within the table press plugin and got the same result. Only one column will resize and the other two styles are ignored.
I do have my site caching through Cloudflare and Siteground but I have been emptying those to no avail. Can you help?
.tablepress-id-1 .column-1 { width: 250px !important; } .tablepress-id-2 .column-2 { width: 250px !important; } .tablepress-id-3 .column-3 { width: 650px !important; }
Thanks in advance.
– Manning
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Column Not Working with Custom CSS’ is closed to new replies.