• Resolved dvparrothead

    (@dvparrothead)


    Sorry to have to ask this since so many have. I’ve tried a number of the fixes provided, but none seem to work. I was able to get one column adjusted in table 1, but not in the other columns. Really strange. This is what I have at the moment:

    id-1 .column-1 {
    width: 150px;
    padding: 4px;
    }

    id-1 .column-2 {
    width: 225px;
    padding: 4px;
    }

    id-2 .column-1 {
    width: 230px;
    padding: 4px;
    }

    id-2 .column-2 {
    width: 230px;
    padding: 4px;
    }

    .tablepress-id-1 {
    width: auto;
    }

    Any thoughts you might have would be most appreciated!
    TIA

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This CSS code will not work like that, I’m afraid, as the table selectors are incomplete.
    Namely,

    id-1
    

    and

    id-2
    

    would have to be written as

    .tablepress-id-1
    

    and

    .tablepress-id-2
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘CSS column width’ is closed to new replies.