Love the plugin with all of its features and complex capabilities. I have one styling issue I'm attempting to resolve.
It appears that there is padding added by default to the WP Data Tables included in the referenced URL. Can you advise on the CSS styling or other approach to globally remove this padding surrounding the tables? As you can see on the page and in the screenshot, the tables have padding that other widgets/containers on page don't.
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
-
Thank you for the kind words about our Plugin.
Yes, you can use this custom CSS to remove the padding from the table 'wrapper' element :
Hello,
Love the plugin with all of its features and complex capabilities. I have one styling issue I'm attempting to resolve.
It appears that there is padding added by default to the WP Data Tables included in the referenced URL. Can you advise on the CSS styling or other approach to globally remove this padding surrounding the tables? As you can see on the page and in the screenshot, the tables have padding that other widgets/containers on page don't.
Attached files: Screenshot 2024-03-29 at 10.34.49 AM.png
Hello,
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
-
Thank you for the kind words about our Plugin.
Yes, you can use this custom CSS to remove the padding from the table 'wrapper' element :
.wpdt-c.wdt-skin-aqua .wpDataTablesWrapper {
padding: 0 !important;
}
Here are a couple of 'before and after' screenshots :
Add this in your Table's Customize/Custom CSS, if you need it just for one table;
or if you wish to remove padding from all tables, add this in the main Plugin settings/Custom JS and CSS/Custom CSS.
I hope it helps.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Thank you. That resolved the issue. I'm all set on this ticket now.
Hi Nathan,
I am delighted to hear that this has been resolved. Thank you for letting us know.
Anything else that we could assist with, please don't hesitate to create new tickets.
Have a great day!
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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