Transparent Header – header and content overlap
-
I apparently don’t understand the Transparent Header option. I want a continuous background photo behind the header and to the sides of the white content/article area, and Transparent Header does that. But when it is enabled, the header is set to “position:relative”, which allows the element below it (div#content) to flow underneath. div#primary has a top margin of 4em, but my header content (logo, title, and tagline) is much taller than that. For the moment, I added the following custom CSS:
.ast-theme-transparent-header #masthead { position:relative; }
.ast-separate-container #primary { margin-top: 0; }Am I asking for trouble monkeying with it like that? I feel like I’m not using the feature properly somehow. I’d be interested to know how other people utilize Transparent Header in a pleasing way without overriding its default behavior.
The page I need help with: [log in to see the link]
The topic ‘Transparent Header – header and content overlap’ is closed to new replies.
