Comments Rafael Napoli started the conversationSeptember 10, 2021 at 8:26pmThe header of my tables is not aligned to the right with the text. I've tried different CSS codes, but none of them is working properly, such as:wpDataTablesWrapper table.wpDataTable th.totheright {text-align: right !important;}wpDataTablesWrapper table.wpDataTable td, .wpDataTablesWrapper table.wpDataTable th { text-align: right!important; } 2,572Aleksandar repliedSeptember 13, 2021 at 9:05amHello RafaelYou need to assign the class "totheright" to the column.Go to column settings, and add this class in the "Custom CSS class(es)". Then, in the Customize/Custom CSS, add this code: table.wpDataTable th.totheright { text-align: right !important; }And it should work.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail TablesRafael Napoli repliedSeptember 15, 2021 at 12:47pmIt worked. Thank you, Aleksandar! Aleksandar replied privatelyRafael Napoli repliedSeptember 17, 2021 at 4:37pmYeap, done it! 2,572Aleksandar repliedSeptember 20, 2021 at 7:07pmAwesome, Rafael, thanks!If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
The header of my tables is not aligned to the right with the text. I've tried different CSS codes, but none of them is working properly, such as:
wpDataTablesWrapper table.wpDataTable th.totheright {text-align: right !important;}
wpDataTablesWrapper table.wpDataTable td, .wpDataTablesWrapper table.wpDataTable th { text-align: right!important; }
Hello Rafael
You need to assign the class "totheright" to the column.
Go to column settings, and add this class in the "Custom CSS class(es)". Then, in the Customize/Custom CSS, add this code:
And it should work.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
It worked. Thank you, Aleksandar!
Yeap, done it!
Awesome, Rafael, thanks!
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables