Support » Plugin: TablePress - Tables in WordPress made easy » Table keeps messing up

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter staceyk

    (@staceyk)

    I want to put the 3rd column with the picture on the right. I can put it on the left and it works fine.

    Thread Starter staceyk

    (@staceyk)

    Just like I have had to enter code to keep the alignment of row 2, column 2 (which I want to become row 2, column 1). Even with #000000 or black, it is showing as red.

    .tablepress-id-36 .row-1 .hilite {
    font-size: 32px;
    text-align: center;
    color: #ff0000;
    }

    .tablepress-id-36 .row-2 column-2 .hilite {
    text-align: left;
    color: black;
    }

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Stacey,

    just to be sure, we are talking about the “Gracie” table at http://www.houndsofgrace.org/adoptable-hounds/ ?

    There’s a period missing before the column-2 in the CSS code that you posted. Please try again with

    .tablepress-id-36 .row-2 .column-2 .hilite {
      text-align: left;
      color: black;
    }

    If that’s not it, could you please clarify what exactly you want to change in that table?

    Regards,
    Tobias

    Thread Starter staceyk

    (@staceyk)

    Hi,

    I ended up recreating the table and using the code…it’s working now. It was really stumping me last night.

    Stacey

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Stacey,

    great! Good to hear that you were able to fix the table!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table keeps messing up’ is closed to new replies.