Header Width
-
Hi all,
I’m using Meteor Slideshows to create a rotating header banner.
All works well but I cannot change the width of the header placeholder (ie the space where the header image is locatated).
I’ve tried changing these settings in my child theme’s function.php file.
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘twentyeleven_header_image_width’, 400 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘twentyeleven_header_image_height’, 400 ) );makes no difference.
I’ve tried resseting page width in child style.css
#page {
margin: 2em auto;
max-width: 1000px;
}makes no difference.
I can change the size of the images to match the space but that isn’t what I want to do. I want to change the size of the place where the banner image is located.
Any ideas?
Thanks
Bruce
- The topic ‘Header Width’ is closed to new replies.