frequin
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligning cellsSorry. just refreshed safari and the page is now displaying correctly!
Thank you for your help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligning cellsIt looks correct in Chrome, I am using safari on mac however.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligning cellsThanks, the column width/alignment is now correct.
But I still can not seem to get rid of the fine lines between each row.
This is exactly what I have in the custom CSS field…
.page-id-401 .tablepress td {
width: 33%;
}.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Aligning cellsThanks so much for your help!
This has helped aligned the columns,
However is it possible to get them evenly spaced out across the screen? And remove the lines between the rows?
I’ve tried –
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}As per the FAQ to remove lines from all tables but it doesn’t seem to do anything?
I’m trying to make it look more like this page
http://www.kristyhocking.com/wordpress/index.php/bio/
But using the table press plugin..So far i’ve got it to look like this..
http://www.kristyhocking.com/wordpress/index.php/bio-2-2/Thanks again.