Hello @hendridm
Thank you for your valuable suggestion.
It means a lot to us. We will see what could be done there.
Hi @hendridm
Here’s a piece of CSS code to make the Analysis area scrollable inside the meta box and take up less vertical space:
div#rank-math-serp-checklist {
max-height: 290px;
overflow: scroll;
}
It will look something like this: https://take.ms/l7Rio
If you are familiar with WP’s action and filter hooks, you can use the admin_head
filter hook to insert the code for the admin pages: https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
Otherwise, you can use a plugin like this one: https://wordpress.org/plugins/add-admin-css/
Hope that helps.
Thanks @pbalazs, I think that will work well and is simple. Much appreciated!
If anyone stumbles across this post and it’s helpful, I ended up moving the keyword field and page analysis to its own tab:
https://github.com/dmhendricks/page-analysis-tab-rank-math
Thanks again everyone!
Hello @hendridm
Thank you for sharing the link.
We would recommend submitting this as a plugin on WordPress.org so more users can benefit from it:
https://wordpress.org/plugins/developers/add/