• Resolved dmpub

    (@dmpub)


    I have a table in which I’ve added the following code in the plugin options

    .tablepress-id-40 {
    	border: 2px solid #42846B;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 13px;
    	color: #3A6587;
    }

    There is also another code entry

    .tablepress-id-40 .column-2 {
    	width: 200px;
    	min-width: 200px;
    }

    Unfortunately, the headings don’t match the columns underneath. The third column values (the column headed “King”) appear underneath the up/down arrow heads for the second column, for example.

    Specifying the column width for column 2 seems to cause the problem. Can you suggest a fix? I know there are a number of different ways to solve the problem of too-wide/scrolling tables, apologies for being lazy and asking you which one to use!

    Many tks

    David.

    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 post, and sorry for the trouble.

    This is caused by the horizontal scrolling, which sometimes has this problem – for reasons that I have not yet found 🙁
    I can therefore only suggest to uncheck the “Horizontal Scrolling” checkbox on the table’s “Edit” screen.
    Then, to get horizontal scrolling back, you could try using the scroll mode of the TablePress Extension from https://tablepress.org/extensions/responsive-tables/, which add this again in a different technical way.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Heading formatting’ is closed to new replies.