Site logo

Archived topic

Before Header Container?

6 replies · Started by Dave on February 26, 2017

Viewing posts 1–7 of 7

Is it possible to have the Before Header GP Hook inherit the same "Contained" properties that apply to my header? My LAYOUT / CONTAINER is set to 1050px, so I'd like to have content above the header that has text aligned to the left that is the same left justified as my header? Does that make sense?

EX SITE: http://dev1.igniswebdesign.com/

Thanks!

Hi Dave,

Try wrapping in your content in the hook like this:

<div class="grid-container grid-parent">
      Your content in here
</div>

Let me know if this works.

Hey Leo,

Dang you are up on a Sunday answering support questions? Thanks man!

So that worked to apply the container, but now there is white visible on either side? Is there a way to target that background color to make it all #3f3f3f?

Thanks!

- Dave

Ah well I kinda answered my questions. That color is controlled by the Body color. I want the body white though - any way to keep the body white and that Before header area #3f3f3f?

haha just doing the last round before going to sleep :)

Try this in the hook instead:

<div style="background-color: #3f3f3f">
    <div class="grid-container grid-parent">
        Your content in here
    </div>
</div>

Let me know.

Boom! You are awesome, thanks Leo!

You're welcome :)

This archived topic is closed to new replies.