Thanks as always Wes 馃檪
What about either moving the secondary nav below the header OR reformatting the primary nav so it’s not part of the header wrap area? (i.e, I want it to have it’s own formatting like a full width nav bar)
How were you able to get your secondary nav below your header?
Thank you so much Eric!
The flare plugin is the “shares” bar that appears to the left of one of my posts as you scroll down (on the single post, not on the homepage) and also at the bottom of the post.
Sorry about that, I should have included that! http://jennifergrayeb.com
Thanks Wes! 馃檪 Terence had left me a comment implying the code I shared belonged to someone else, so if you happen to know who I should give credit to please let me know. I had pieced it together from a few different solutions I found in the forums.
Thanks Wes, that worked perfectly! 馃檪
Changing the padding the CSS below seemed to fix the height issue, but the text alignment is still off.
.header-image .site-header .widget-area {
padding: 5px 0;
}
Hi Eric,
I was having the same problem and I found updating my padding in this area helped:
.header-image .site-header .widget-area {
padding: 5px 0;
}
I still can’t figure out how to align the text properly though. Working on that now. http://jennifergrayeb.com
