• Resolved rvonting

    (@rvonting)


    Tobias,

    My table was working fine until I tried to make some changes. I changed the header in column 3 to “PCRC/PAC10” and the width for that column got really big. So, I added a new column instead for PAC10. I adjusted the plugin options to account for the new column as shown below, but columns 1-5 are really small and 6 & 7 are larger. How do I make them all the same size?

    .tablepress-id-1 .column-1,
    .tablepress-id-1 .column-2,
    .tablepress-id-1 .column-3,
    .tablepress-id-1 .column-4,
    .tablepress-id-1 .column-5,
    .tablepress-id-1 .column-6
    .tablepress-id-1 .column-7 {
    width: 20px;
    }

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for that is a missing comma after

    tablepress-id-1 .column-6
    

    Can you please add that?

    Regards,
    Tobias

    Thread Starter rvonting

    (@rvonting)

    I should have noticed that. Thank you for the quick answer.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tablepress column widths’ is closed to new replies.