• Resolved iwaddo

    (@iwaddo)


    Hi, I know I can add some CSS code to control the specific width of a column but I cannot workout why the table in the linked page is not automatically better laid out.

    It seems as though the fist column is too narrow resulting in the second column looking disproportionately too wide.

    I cannot work out what I am doing wrong.

    Thank you for your help.

    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.

    In this case, I recommend to set a width for the first column (instead of for the table as your current “Custom CSS” would do). So, please remove that and instead add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-3 .column-1 {
    	width: 33%;
    }

    Regards,
    Tobias

    Thread Starter iwaddo

    (@iwaddo)

    Perfect, thank you.

    Fantastic support, much appreciated.

    Regards

    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 ‘Column Widths not as expected’ is closed to new replies.