// Zmena vysky css blocku v nastaveni sablony add_action( 'init', function() { add_action('admin_enqueue_scripts', 'pac_divi_code_editor_resize_and_min_height'); }); function pac_divi_code_editor_resize_and_min_height() { $css_admin_side = ""; // For Custom CSS code editor in Divi Theme Options $css_admin_side .= "#divi_custom_css + .CodeMirror-wrap { min-height:600px;resize: vertical;}"; // Register Inline CSS wp_register_style('pac-divi-code-editor-resize-and-min-height', false, [], '1.0.0'); wp_enqueue_style('pac-divi-code-editor-resize-and-min-height'); wp_add_inline_style('pac-divi-code-editor-resize-and-min-height', $css_admin_side); }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter