Hi,
your “Custom CSS” textarea on the “Plugin Options” screen currently has this:
.tablepress-id-N,
.tablepress-id-N tr,
.tablepress-id-N tbody td,
.tablepress-id-N thead th,
.tablepress-id-N tfoot th {
border: none;
}
[table id=2 /]
.tablepress-id-1 tbody td {
border: none;
padding: 4px 8px;
}
Please change that to just
.tablepress-id-1 tbody td {
border: none;
padding: 4px 8px;
}
Regards,
Tobias
I did that and fixed the problem but I can’t figure out is the space between the rows
How can change that?
http://praqrado.com/resume/
Thank You for your help.
Praq
Hi,
I’m not really sure what you mean with extra space… For me, everything looks right.
Or do you maybe the space that results from word-wrapping? In that case, we’ll have to set the column widths, i.e. try again with the code
.tablepress-id-1 tbody td {
border: none;
padding: 4px 8px;
width: 33%;
}
Regards,
Tobias
how can I hide text so won’t appear on the website ?
.tablepress-id-1 tbody td {
border: none;
padding: 4px 8px;
}
Hi,
you put that code somewhere in the page below the Shortcode, so just remove that. This code must only be in the “Custom CSS” textarea, but nowhere else.
Regards,
Tobias
Thank you
How can I change the space between the rows?
Thank you for your help.
Praq
Hi,
you could try playing with the value for the padding command in the “Custom CSS” (mainly with the first of the two numbers).
If that’s not it, please show me on a screenshot what space you mean.
Regards,
Tobias
thank you for getting back to me right away. I’m really sorry I’ve been writting so many times.
I’m not sure how to attach a screen shot here
but if you go to my site. I’m talking about the space between columns special one and two for example (Dreaming American Lead) it’s so much space between.
How could I fix that and all so if I want to add several tables could I combines them to be all lines up even. I added the second table and already lines shifted up and nothing is even now.
thank you
Praq
Hi,
please don’t put Shortcodes into the “Custom CSS”! 🙂 That will break everything! 🙂
Now, please change your “Custom CSS” to
.tablepress-id-1 tbody td,
.tablepress-id-6 tbody td {
border: none;
padding: 4px 8px;
width: 33%;
}
Regards,
Tobias