Forum Replies Created
-
AuthorPosts
-
WEBOSIS
MemberThanks! For the Minimum theme, adding this to the #header selector with some alight modifications does the trick!
WEBOSIS
MemberThanks. For this specific project, I didn't need all of the other options in Simple Hooks, so I just went with Simple Edits.
WEBOSIS
MemberTrying to work on this again. I would imagine it would be quite simple for someone who knows what they're doing. I have been able to come close, but it is getting pretty messy.
WEBOSIS
MemberYeah, I use a similar sticky menu for other websites, but it's just way too bloated for Minimum.
WEBOSIS
MemberFWIW, it's off in the demo, too: http://demo.studiopress.com/outreach/
February 26, 2013 at 1:28 pm in reply to: Decor Child Theme – Content "Frame" Doesn't Overlap Header Like It Should #22951WEBOSIS
MemberI found that the cleanest way to solve this issue for me was by updating the "min-height: 140px;" to "max-height: 140px;" here:
.header-image #title-area,
.header-image #title,
.header-image #title a {
display: block;
float: left;
min-height: 140px;
overflow: hidden;
padding: 0;
text-indent: -9999px;
width: 400px;
}February 26, 2013 at 10:32 am in reply to: Decor Child Theme – Content "Frame" Doesn't Overlap Header Like It Should #22923WEBOSIS
MemberBingo! It was the header text! I didn't think about that since I had the text hidden. Thanks!!
-
AuthorPosts