Reply To: After header hook

Home Forums Support After header hook Reply To: After header hook

Home Forums Support After header hook Reply To: After header hook

#107920
Tom
Lead Developer
Lead Developer

The after header hook is outside of any container, which is why it’s off to the left.

You can wrap you content inside of the container class:

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

Let me know if that helps or not 🙂