• Resolved hambrecht

    (@hambrecht)


    I’m trying to create a price table.
    And would like to color the columns and give them a fixed width.
    With CSS I can set the width of the whole table, but not for a single column.
    All CSS works for any rows and for the whole table.
    But .column-1 or .column-2 is completely ignored.

    This does work:
    .tablepress-id-1 {
    width: 150px;
    }

    This does NOT work:
    .tablepress-id-1 .column-1 {
    width: 150px;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘css .columns not working’ is closed to new replies.