• Resolved siddardha

    (@siddardha)


    Hi Tobias,

    Can you tell me how I can add both horizontal and vertical lines and border lines?

    how to center the data in the all the columns except for the 1st column.

    The header is coming in light blue. How do we change it?

    While using the sticky header, the images in header cells are moving sides. At first the second column image came over first as it is empty.So I created a transparent image for the first column cell, after which the right most cell is going off the table. Is there some CSS that might help keep them in exact places.

    Thanks for the amazing plugin.

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter siddardha

    (@siddardha)

    How to define the space each cell can take?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    to add borders and to center the text, you can use this CSS

    .tablepress-id-123 thead th,
    .tablepress-id-123 tbody td {
      border: 1px solid #cccccc;
      text-align: center;
    }
    .tablepress-id-123 .column-1 {
      text-align: left;
    }

    For the color of the table head row, please see https://tablepress.org/faq/change-background-color-table-head-row/

    I’m not sure about the images with the FixedHeader, unfortunately. Sorry.

    You could also try to define column width, via tablepress.org/faq/column-widths/
    However, keep in mind that the content in the cells defines the minimum widths of the columns, so that you might have to reduce that width if you want the column to be more narrow.

    Regards,
    Tobias

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

The topic ‘few customization’ is closed to new replies.