New Widget are not showing

If you register a new sidebar widget area in a child theme, use this code in your child themes functions file:

register_sidebar( array(
    'name' => 'Header Widget Area',
    'id' => 'home-header-1',
    'description' => __( 'Your Widget Description.', '$text_domain' ),
) );