Reply To: Adding images (aside from logo) in the header

Home Forums Support Adding images (aside from logo) in the header Reply To: Adding images (aside from logo) in the header

Home Forums Support Adding images (aside from logo) in the header Reply To: Adding images (aside from logo) in the header

#184709
Tom
Lead Developer
Lead Developer

Hi Dina,

If you want content in the left, center and right of the header, then you need to use GP Hooks.

For example, you would add this into the Before Header Content area:

<div class="grid-33">
    Content for the left side
</div>
<div class="grid-33">
    Content for the center
</div>
<div class="grid-33">
    Content for the right side
</div>