I was wondering if there was an action to add a hook just after a custom header element. I have used the code in the post here:
https://generatepress.com/forums/topic/move-secondary-nav/
It’s not exactly what I am after. On the default header with an image, you can set the secondary menu to be rendered after the header, like so:
View post on imgur.com
With the above hook, the menu gets rendered before the content and as such, it’s part of the content wrapper meaning it doesn’t go full width and I need to adjust margins and paddings per page:
https://imgur.com/7VLzxQb
What I would like to do is to insert the secondary manu just after the custom element header’s content and keep it full screen.