Archived topic
Need to add a section underneath widgets and before footer
3 replies · Started by Jamie on April 19, 2019
I need to add a section for affiliated organizations with logos. How can I add a section between the widget area and the footer
Hi there,
you can use the Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
You can see all the main hooks here:
https://docs.generatepress.com/article/hooks-visual-guide/
You would use the before_footer hook.
To contain the content so it isn't full width you would add your markup inside a div like so:
<div class="grid-container">
<!-- Your HTML or Shortcode in here -->
</div>
Great thanks! Do you have any idea what is causing there to be about a 27px border above and below my slider on the home page? I'm stumped.
In the Beaver Builder Rich Text module before the slide is a Paragraph containing a link to a font and after it is an empty P tag. Can you see them in that Text Module? Its both of them thats causing the problem.