Archived topic
Move off canvas button to left on site header
3 replies · Started by johnaps on October 9, 2019
Hello again!
I need your help one more time guys!
I want to move the off canvas button left off my logo on the site header.
Right now it is located on the main menu bar...
Is it possible?
Hi there,
A bit tricky but let's try this.
Create a new hook element:
https://docs.generatepress.com/article/hooks-element-overview/
and add this as content:
<a class="slideout-toggle" href="#" ></a>
Use the before_logo hook.
Let me know when this is done and I can try some CSS :)
i did it but nothing happened...
Actually can you try this as content?
<div class="slideout-toggle"><a href="#"></a></div>