header image too small
-
I am trying to get my header image to span the full width of the page. I tried updating the custom header.php file to be wider but I am not seeing any updates. Is there somewhere else I should be making this change?
https://enchantingdigitalworld.com/
function unite_custom_header_setup() {
add_theme_support( ‘custom-header’, apply_filters( ‘unite_custom_header_args’, array(
‘default-image’ => ”,
‘default-text-color’ => ‘000000’,
‘width’ => 960,
‘height’ => 150,
‘flex-height’ => true,
‘flex-width’ => true,
‘wp-head-callback’ => ‘unite_header_style’,
‘admin-head-callback’ => ‘unite_admin_header_style’,
‘admin-preview-callback’ => ‘unite_admin_header_image’,
) ) );
- The topic ‘header image too small’ is closed to new replies.