Edesia
Forum Replies Created
-
Perfect! That worked great. Thanks again for being so responsive.
That worked great! Thank you for the fast reply. Is there anything I can do about removing the borders that appear around the image when the mouse is hovering? Thanks again.
Hi again Tobias,
I have unchecked the following box: “The background colors of consecutive rows shall alternate” but I am still seeing alternating colors. If it is the WP theme (Pinboard) doing this, what code would overwrite this in TablePress custom CSS?
Here is the page with table: http://edesiaindustries.com/beta/our-products/
Thanks!!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust text in columnThank you so much! This was so helpful.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust text in columnOops, TablePress custom CSS changed h3 style for the whole site, so never mind. I am still without a clue! Thanks again.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust text in columnI ended up entering this into the custom css, which worked pretty well:
h3 {
font-size: 24px;
text-indent: 10px;
padding: 15px 0 0 0;
}But how do you adjust row height?
thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust text in columnHi Tobias,
I am trying to get my headings to center vertically in the row. Here’s what I put into the custom CSS:.tablepress th,
.tablepress td {
text-align: left;
vertical-align: middle;
}This had no effect. Here’s the page I am working on:
http://edesiaindustries.com/beta/sample-page/mediacenter/
I’m new to TablePress so really appreciate your help! Thanks!