Conversation
supportHello, 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!
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!