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.

    Please try again after turning off “Horizontal Scrolling” on this table. That’s presumably what’s causing trouble here.

    Regards,
    Tobias

    Thread Starter danielpark

    (@danielpark)

    I did so, but then it doesn’t appear to take into account the custom widths I specify in the Custom CSS under Frontend Options:

    .tablepress-id-1 .column-1 {
    width: 200px;
    }

    .tablepress-id-1 .column-10 {
    width: 400px;
    }

    .tablepress-id-1 .column-11 {
    width: 500px;
    }

    Thoughts?

    thanks, Daniel

    p.s. thank you for the rapidfire response!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    the browser can’t really make those columns bigger, as it also needs space for the other columns.
    However, the table is already bigger than the space the theme uses for the content by default (i.e. the table is actually extending to the right already, beyond the designed content area).

    You could maybe experiment with smaller font sizes or remove some columns, but the widths probably won’t change until you make the table fit into the designated content area of the theme (or until you increase that content area).

    Regards,
    Tobias

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

The topic ‘Header and Data widths different’ is closed to new replies.