Title: CSS styling
Last modified: March 31, 2022

---

# CSS styling

 *  Resolved [remykonings](https://wordpress.org/support/users/remykonings/)
 * (@remykonings)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/css-styling-46/)
 * Hi Peter.
 * I’m liking the plugin a lot! I have a few questions regarding the CSS styling.
   
   I understand you use Code Manager for it but I like to use some custom css on
   the page itself instead of the plugin.
 * I’m looking to style my table/rows the same as in the picture on the right.
    
   picture: [https://ibb.co/bB08P5v](https://ibb.co/bB08P5v) With a border-radius
   of 5px, border color of #ddd and the padding between each row.
 * Could you provide me with some assistance for the right css? 🙂 I’m having some
   trouble overwriting the right css to get there.
 * Also, how can I hide or change the “bezig..” when loading the page/table?
 * Dankjewel!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * (@peterschulznl)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/css-styling-46/#post-15514054)
 * Hi Remy,
 * You can use this selector to add space to your publication tables:
 *     ```
       table.dataTable.wpda-datatable {
           border-spacing: 10px;
           border-collapse: separate;
       }
       ```
   
 * The selector for the border-radius might look like this:
    table.dataTable.wpda-
   datatable tr
 * To remove the “bezig…” hint you can use the dom option. This is explained here:
   
   [https://wpdataaccess.com/docs/documentation/data-publisher/advanced-settings/#some-examples](https://wpdataaccess.com/docs/documentation/data-publisher/advanced-settings/#some-examples)
   See first example
 * It’s a lot easier with the extension manager of the premium version. This is 
   explained here:
    [https://wpdataaccess.com/docs/documentation/data-publisher/premium-extensions/#arrange-publication-elements](https://wpdataaccess.com/docs/documentation/data-publisher/premium-extensions/#arrange-publication-elements)
 * Does this help?
 * Groeten,
    Peter
 *  Thread Starter [remykonings](https://wordpress.org/support/users/remykonings/)
 * (@remykonings)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/css-styling-46/#post-15514178)
 * Thank you, I’ve installed the Code Manager.
 * Ive added your provided CSS and the result is now this.
    So there is more space
   yes but between all cells. Can I only get more space between the top/bottom-border
   of the cells? I want the right/left borders not to be seperate. So each entry
   looks like a complete row without middle borders I’m looking to exactly replicate
   the style on the right.
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS styling’ is closed to new replies.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 2 replies
 * 2 participants
 * Last reply from: [remykonings](https://wordpress.org/support/users/remykonings/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/css-styling-46/#post-15514178)
 * Status: resolved