WPIntell

Source evidence

customize client dashboard

Client Power Tools Portal · support · 2024-01-20T09:36:00+00:00

mixedsentiment
lowseverity
0.57relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
troubade resolved
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 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 . For example: this would add 60 pixels of margin above the navigation menu: .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!

Comments

1 shown
Sam Glover 2024-01-20T17:19:00+00:00

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 . For example: this would add 60 pixels of margin above the navigation menu: .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!