Can’t change column width
-
Hi. I can’t change the column width for any column. I read through the FAQs. Look at column 1 on my page. It’s too narrow. I disabled all my other plugins. I’m using code like this which I got from the FAQ:
.tablepress-id-1 .column-1 {
width: 400px;
}
I tried setting the width to 5, 100, 200, 400. It always looks the same. I can change the padding without any trouble:
.tablepress-id-1 .column-1 {
padding: 100px;
}
To make sure that changing the padding works, I set padding to 100. The change was obvious so changing the padding works. Since I can change the padding that must mean that my theme is compatible, right? So why can I change the padding but not the width?Also, assuming that this can be fixed, do you know how I can stop my sidebar from appearing on pages that have tables?
Thanks for any info.
The page I need help with: [log in to see the link]
- The topic ‘Can’t change column width’ is closed to new replies.