Community Forums › Forums › Archived Forums › Design Tips and Tricks › Minimum Header Issues
- This topic has 7 replies, 2 voices, and was last updated 13 years, 1 month ago by
cdils.
-
AuthorPosts
-
December 17, 2012 at 4:56 pm #5822
justin324
MemberHi,
I have 2 questions:
Im trying to style my header to look more like briangardner.com but when my page breaks around 1024px there is white space on both sides of my header. [side note: its weird that brains theme doesn't break at the same places as mine even though they are using the same child theme]
How do i make the header color the same regardless of the browser window size?
Also, when i try to increace the min-height of my header to 80px (like briangardner.com) all of the text is horizontally aligned to the top instead of aligned to the center. How can i increase the min height of my header and have the title/navigation remain horizontally centered?
Thanks for your help
Justin
URL
December 17, 2012 at 6:05 pm #5832justin324
Memberlooks like brian is no longer using the minimum theme. must have changed it today.
December 18, 2012 at 2:15 pm #5990justin324
Membercan i get some help?
December 18, 2012 at 3:18 pm #5999cdils
ParticipantHi Justin,
If you want to change the min-height of your #header, you can add in margins to your title area and header right widget area to push it to vertical alignment. For example
#header {
min-height: 100px;
}
#title-area, #header .widget-area {
margin-top: 20px;
}
As for your header background color, I'm not seeing any breaks at high-resolution. Maybe you already fixed that?
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. 🙂
I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.
December 18, 2012 at 4:03 pm #6015justin324
MemberThe header background color breaks with the page brake. It happens when the logo text breaks to two lines.
December 18, 2012 at 4:10 pm #6016justin324
MemberWhen i try what you suggested it breaks the responsive features.
December 18, 2012 at 5:07 pm #6045justin324
Memberfigured it out. had to add width:100% to the header in the responsive section. and add padding.
Looking forward to em's and rem"s in the upcoming genisis update. more responsive = better!
December 18, 2012 at 6:30 pm #6058cdils
ParticipantAh, glad you got it figured! Yes, anxiously awaiting the release of 1.9.
If you're on Google+, check out the Genesis WP community at https://plus.google.com/u/0/communities/113206330486200023679. It's a good place to lurk & learn as well as ask for help.
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. 🙂
I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.
-
AuthorPosts
- The topic ‘Minimum Header Issues’ is closed to new replies.