Custom header image size with full width page
-
Hello All
I am a wee bit stuck. I am using child theme off twentyeleven. I have attempted to resize header image to 703 x 146 by adding this to my child theme functions.php:
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyeleven_header_image_width', 703 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 146 ) );
Yet it remains resized. See here: https://www.theexcelcrowd.org
I believe the culprit may be this in my child theme css:
/* Full Width Screen */ #page { max-width: 100%; } body { padding: 0; }
Thanks in advance;
Jon[ Please do not bump, it’s not permitted here. ]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom header image size with full width page’ is closed to new replies.