How to separate columns and combine rows
-
Hi Tobias,
I have run into a problem with how to correctly separate the far left column (in which i have combined various cells) from the middle column where I have left the columns as is.
When I try color the background of certain cells in the middle column, it ends up coloring the column on the far left as well. How do I stop this?
Here’s the table I’m talking about…
https://www.polyguardproducts.com/term/structures/commercial-structures
This is what my code looks like:
.tablepress-id-2 .row-1 td,
.tablepress-id-2 .row-3 td,
.tablepress-id-2 .row-6 td,
.tablepress-id-2 .row-8 td,
.tablepress-id-2 .row-11 td,
.tablepress-id-2 .row-13 td,
.tablepress-id-2 .row-16 td,
.tablepress-id-2 .row-18 td,
.tablepress-id-2 .row-21 td,
.tablepress-id-2 .row-23 td,
.tablepress-id-2 .row-26 td,
.tablepress-id-2 .row-31 td,
.tablepress-id-2 .row-36 td,
.tablepress-id-2 .row td {
font-family: “Poppins”;
font-size: 20px !important;
font-weight: bold;
background-color: #DBF3FA;
}
What am i missing? Thank you in advance!
NancyThe page I need help with: [log in to see the link]
- The topic ‘How to separate columns and combine rows’ is closed to new replies.