Reply To: After content hook (php) not working?

Home Forums Support After content hook (php) not working? Reply To: After content hook (php) not working?

Home Forums Support After content hook (php) not working? Reply To: After content hook (php) not working?

#225976
Tom
Lead Developer
Lead Developer

You would need to:

a) Place the hero area outside of the #page container. You could do this using the generate_after_header hook coupled with an if condition matching your page template.

b) Make the #page container full width only for your page template, and then wrap the content inside of it that needs to be contained in the grid-container class.