Just add this code in Custom wpDataTables CSS under the “Custom JS AND CSS” in main settings of wpdatatables.

table.wpDataTable tbody tr td{
vertical-align:top !important;
}

That will be effected on all tables, but if you want for specific tables then insert this code between style tags on the page where is that table.

<style>
table.wpDataTable tbody tr td{
vertical-align:top !important;
}
</style>
Was this answer helpful ? Yes No

Comments are closed.

BUT FIRST!

Subscribe to our Newsletter

Be the first to learn about updates and new features. Once you have provided your email address, the download will commence shortly


By continuing, I accept Privacy Policy and T&C
Mail Box