Archived topic
an adjustable block under the standard menu to show on every page
3 replies · Started by Anton Samarin on September 17, 2019
Hi! Please advise how to make an adjustable block under the standard menu to show on every page all over the site. As a perforating advert banner. I need to show an image there. More or less like this http://prntscr.com/p74ua9
Hi there,
you can use the Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Visual Guide here:
https://docs.generatepress.com/article/hooks-visual-guide/
You could use the after_header or inside_container hook.
To constrain its width to the content area add your content inside a div with this class:
<div class="grid-container">
<!-- HTML / Code here -->
</div>
Thank you so much!
You're welcome