Community Forums › Forums › Archived Forums › General Discussion › Adjusting header size for magazine child theme
Tagged: header sizes, Headers, magazine child theme
- This topic has 8 replies, 2 voices, and was last updated 12 years, 1 month ago by
pxforti.
-
AuthorPosts
-
October 13, 2013 at 10:49 am #66513
Kristi45
MemberI'm having trouble getting my header right. I have tried many different things and many different sizes, but with no avail. I figured I'd better ask here.
Here's what it looks like now.
http://dummyblog.thismindbeinyou.com/I like this size and how it is even with everything below the menu bar, but it's cutting off the right end of the header, unfortunately.
There's also an issue of the padding below the header, which I'd like to get rid of.
I have the plugin installed that enables me to change the size of the header (Genesis Simple Headers), but it doesn't seem to be as easy to adjust the size as it sounds.
Anyway, thanks for any help you can give me.
~Kristi
http://dummyblog.thismindbeinyou.com/October 14, 2013 at 9:01 am #66644pxforti
Participantyour header is 960px by 323px wide. You need to make header image that size.
writeNowDesign
WordPress and Ecommerce Website DesignOctober 14, 2013 at 9:06 am #66646Kristi45
MemberRight. Is there more than one place I need to do that, though? I've changed the size of the image itself, and changed it in the Genesis Simple Headers plugin, and have even looked into changing it in the style css, all to no avail.
Thanks so much!
October 14, 2013 at 9:10 am #66650pxforti
Participantyour image is 1000px. if you make it 960px it should be good. make sure the image is not cached.
writeNowDesign
WordPress and Ecommerce Website DesignOctober 14, 2013 at 9:14 am #66653Kristi45
MemberOk thanks, will adjust the image and empty the cache and see what happens. 🙂
October 14, 2013 at 9:32 am #66660Kristi45
MemberOk, that didn't work for me. I'm wondering if it has to do with the fact that the size is 960x280. However, when it asked me how I wanted to crop it, it actually cropped from the top and bottom, but when I looked at the header on the blog, it was cut off on the right side. I cleared the cache and tried again, but no dice.
October 14, 2013 at 4:17 pm #66713pxforti
ParticipantYes, that's probably why it's not working.
Look in theme functions.php for something like this:
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array(
'width' => 960,
'height' => 115
) );You can adjust the custom header to whatever you want.
writeNowDesign
WordPress and Ecommerce Website DesignOctober 14, 2013 at 5:06 pm #66720Kristi45
MemberOk great, I got it. I also needed to change the minimum width in the Style css to 280.
Thanks ever so much!
October 14, 2013 at 5:09 pm #66721pxforti
Participant -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.