• Resolved nancylane

    (@nancylane)


    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!
    Nancy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To target only cells in the second column, you’d need to use .column-2 in the CSS. Can you please try that?
    Right now I don’t see what specific changes are not working as expected.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How to separate columns and combine rows’ is closed to new replies.