>
#container{width:%dpx;}
@media screen and (max-width:%dpx){
#container{width:100%%;}
}
', $width, $breakpoint);
}else{
if(isset($width) && $width === 0){
echo '';
}
}
$header_background = get_header_image();
// feature support for custom-header image.
if($header_background && $header_background != ''){
printf('
', esc_url($header_background));
}
?>
>
Skip navigation