Home › Forums › CSS › Header image not displaying full width across all browsers › Reply To: Header image not displaying full width across all browsers
yeah I’m running the genesis framework and using a child theme. There is no header.php file in the theme, but the header info is in the functions.php file.
here’s the code that calls for the header:
//* Add support for custom header
add_theme_support( ‘custom-header’, array(
‘header_image’ => ”,
‘header-selector’ => ‘.site-header’,
‘header-text’ => false,
‘height’ => 234,
‘width’ => 1349,
) );
is there something wrong with that that you can see? apparently there’s style tags associated with the header and I just don’t know where to go to fix this. It’s been driving me crazy trying to figure it out. been working with the code all night but still looking for an answer