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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter [email protected]

    (@robinmeyerbennettcreativecom)

    Hi and thank you for your reply. I would also like to make the orange extend all the way to the right and was having trouble removing the blue from the header. And is there a way to make the ‘show entries’ and ‘search’ smaller – they too are gigantic.

    I will take the under construction down but I can only keep it down for a half hour or so. I can’t have my client on the site yet. Thank you for understanding. You can see the example here:

    https://marinshope.org/resources-2/

    Thanks.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link!

    Please change your “Custom CSS” to this, which should show how to modify the things that you want to change:

    .tablepress {
    	line-height: normal;
    }
    .dataTables_filter input {
    	padding: 2px;
    }
    
    .tablepress-id-2 .column-1 {
    	width: 250px;
    }
    .tablepress-id-2 .row-4 td,
    .tablepress-id-2 .row-15 td {
    	background-color: #ff9500;
    }
    
    .tablepress-id-2 thead th {
    	background-color: #ff0000;
    }

    Regards,
    Tobias

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