Archived topic
Width of menu at the bottom of the page
3 replies · Started by Erika on January 28, 2019
I have placed the secondary menu with a hook before_footer. Despite of the setting full width in the customiser, it appears contained on the page. I tried several settings in the custom css, but no changes. How can I set this div to full width?
Hi there,
it looks like you are wrapping the nav in this container:
<div class="second-nav grid-container"> ... </div>
Remove the grid-container class as this is defining the width.
That was it! Thank you :)
You're welcome