Title: customize client dashboard
Last modified: January 20, 2024

---

# customize client dashboard

 *  Resolved [troubade](https://wordpress.org/support/users/kilimats/)
 * (@kilimats)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/customize-client-dashboard/)
 * Hello,
 * I am just trying out your plugin, great functionality. I was wondering how i 
   can customize the look of the client dashboard? the tabs shows up under my header
   so i need to add padding above to bring it down, i tried with gutemberg and elementor
   but no luck
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sam Glover](https://wordpress.org/support/users/samglover/)
 * (@samglover)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/customize-client-dashboard/#post-17359400)
 * Thanks for using CPT!
 * As it works now, you need to use CSS to customize the client dashboard. You can
   do that from the WordPress admin using a plugin like [Simple CSS](https://wordpress.org/plugins/simple-css/).
   For example: this would add 60 pixels of margin above the navigation menu:
 *     ```wp-block-code
       .customize-cpt #cpt-nav {
         margin-top: 60px;
       }
       ```
   
 * I’d like to come up with a block editor–friendly way to do this at some point,
   but that should take care of you for now.
 * I hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘customize client dashboard’ is closed to new replies.

 * ![](https://ps.w.org/client-power-tools/assets/icon.svg?rev=2392525)
 * [Client Power Tools Portal](https://wordpress.org/plugins/client-power-tools/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/client-power-tools/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/client-power-tools/)
 * [Active Topics](https://wordpress.org/support/plugin/client-power-tools/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/client-power-tools/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/client-power-tools/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Sam Glover](https://wordpress.org/support/users/samglover/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/customize-client-dashboard/#post-17359400)
 * Status: resolved