code box size an 2 columns

[ad_1]

Hi @svenn36,

Thank you for your suggestion, I made a note to look into ways to allow you to easily resize the code editor.

If you want to adjust that right away you can create a new snippet with the following code and set it to Auto-Insert in the Admin-only.


add_action( 'wpcode_admin_page_content_wpcode-snippet-manager', function() {
	echo '<style>.CodeMirror {height: 800px;}</style>';
});

You can then adjust 800px to whatever you need.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer