sethron
Forum Replies Created
-
I, too, have this issue, and am trying to figure it out. I have run into so many dead ends–which would be fine, if I hadn’t paid a large amount of money for a yearly subscription. I’m considering uninstalling, and that’s upsetting.
Forum: Plugins
In reply to: [WP Photo Album Plus] Searching in Separate AlbumsI.. figured it out. It’s the Root=”#2″ and whatnot that I needed in the code.
Thank you for your consideration.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthI am sorry for asking on the same dead thread, but I am out of options and I don’t know how to start a new one.
http://thelionage.com/test-table/
I really just want Column 25 and 29 to be wider, maybe column 23 and 24, too. I have tried editing the widths in every way I can, and I can’t seem to edit them.
my ideal would be that the entire row is on 1-2 lines, so it’s clean to look at. I can’t seem to get the css to respond to me no matter how much I try, though.
My only code currently is this, but I’ve tried several different ways to get it done to no avail.
When I say 300px, it adjusts to a max of 118px in width or the like, and I can’t get it to go further by more than a pixel or two. T_T
.entry .tablepress-id-2 { width: auto; } .column-25 { width: 300px !important; } .column-29 { width: 300px !important; } .tablepress-id-2 { font-size: .8em; } .tablepress thead th { vertical-align: bottom !important; text-align: center !important; } .tablepress th { padding: 4px !important; }