[ad_1]
Hi @stevenmatts,
Thank you for your message, we’re happy to hear you are enjoying WPCode!
Regarding the code area height, you can add a snippet to adjust that, just use the following code:
add_action( 'wpcode_admin_page_content_wpcode-snippet-manager', function() {
echo '<style>.CodeMirror {height: 800px;}</style>';
});Please set the code type to “PHP” and use Admin-only for the Auto-insert location.
You can also adjust the 800px to whatever fits your needs.
