[Resolved] an adjustable block under the standard menu to show on every page

Home Forums Support [Resolved] an adjustable block under the standard menu to show on every page

Home Forums Support an adjustable block under the standard menu to show on every page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1011277
    Anton Samarin

    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

    #1011340
    David
    Staff
    Customer Support

    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>
    #1012046
    Anton Samarin

    Thank you so much!

    #1012281
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.