Community Forums › Forums › General Discussion › Scribble header question
This topic contains 10 replies, has 3 voices, and was last updated by smokey216 2 months, 3 weeks ago.
-
AuthorPosts
-
January 4, 2013 at 2:14 pm #9556
Hi there…just got Scribble and I’d like to make the header area larger–specifically 980px wide and 210px in height. I tried to do this in the header file but it didn’t take. Would greatly appreciate any help on this! Thank you…
January 4, 2013 at 3:17 pm #9573Look for this in your functions.php file:
/** Add support for custom header */ add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 100 ) );
Change that to 980 width and 210 height, and you should be good to go.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsJanuary 8, 2013 at 2:36 pm #10441Thank you so much! That did the trick. Now the only weird thing is, the header seems to be off to the side and not replacing the dark grey box in the center…any ideas?
January 8, 2013 at 2:36 pm #10442You can see what I mean here: http://www.jiannecarlo.com/wp
January 8, 2013 at 5:16 pm #10488Look for this in your stylesheet:
#title-area { background-color: #333; float: left; height: 100px; overflow: hidden; padding: 0; text-align: center; width: 250px; }remove background-color: #333;
That should do it.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsJanuary 9, 2013 at 10:35 am #10697Thank you again Susan! That did get rid of the box…I’ve tried changing the left float for the header image and it’s still off to the left though…where in the stylesheet do I change that? Thanks again in advance!
January 17, 2013 at 12:36 pm #12672Hi, just wondering if anyone can shed light on why the header image doesn’t center? I haven’t changed anything regarding that, assume the header should center on the pages…thank you!
February 25, 2013 at 11:58 am #22733Bumping this – I’m having the exact same problem. Can anyone help, please? Many thanks.
February 25, 2013 at 12:02 pm #22735Hi Jay! Here’s another thread that gave the solution…it worked great for me!
http://www.studiopress.com/forums/topic/how-to-center-header-image-in-scribble-theme/
Melanie
February 25, 2013 at 12:04 pm #22736AHHHHHH you superstar smokey216!! Thanks so much!
February 25, 2013 at 12:09 pm #22737lol…I can’t take credit for the solution! Only for posting the cry for help.
But I hope it helps you!
-
AuthorPosts
You must be logged in to reply to this topic.