Viewing 1 replies (of 1 total)
  • Hi,

    thanks for your question, and sorry for the trouble.

    This “Custom CSS” on the “Plugin Options” screen of TablePress should achieve that for this table:

    .tablepress-id-1 img {
    	float: none;
    }
    .tablepress-id-1 th,
    .tablepress-id-1 td {
    	text-align: center;
    }
    .tablepress-id-1 .column-1 {
    	text-align: left;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Tablepress: How do I center content in all rows and columns but one?’ is closed to new replies.