.nav li ul{width:300px}#top-menu li li a{padding:0px 10px;width:300px}.widget_search input#searchsubmit{font-size:13px}function myprefix_add_post_types($post_types){foreach(get_post_types() as $pt){if (!in_array($pt,$post_types) and post_type_supports($pt,'editor')){$post_types[]=$pt}}return $post_types}add_filter('et_builder_post_types','myprefix_add_post_types');function myprefix_add_meta_boxes(){foreach(get_post_types() as $pt){if (post_type_supports($pt,'editor') and function_exists('et_single_settings_meta_box')){add_meta_box('et_settings_meta_box',__('Divi Custom Post Settings','Divi'),'et_single_settings_meta_box',$pt,'side','high')}}}add_action('add_meta_boxes','myprefix_add_meta_boxes');function myprefix_admin_js(){$s=get_current_screen();if(!empty($s->post_type) and $s->post_type!='page' and $s->post_type!='post'){?>h2.ld-registration__heading.ld-registration-register__heading{display:none!important}