• Resolved Andrew Leonard

    (@andrewleonard)


    This is my code:

    .tablepress-id-165 .row-1,
    .tablepress-id-165 .row-2,
    .tablepress-id-165 .row-3,
    .tablepress-id-165 .row-4 {
    	text-align: center;
    	font-weight: bold;
    }

    But it is ignoring me
    Can you tell me what I should be doing?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Andrew Leonard

    (@andrewleonard)

    I have found out how to do it

    .tablepress-id-165 td[colspan="3"] {
    	text-align: center;
    	font-weight: bold;
    }
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    It looks like you already found a solution, it looks like? ??

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering text in a row that has a #colspan#’ is closed to new replies.