Archived topic
Drop Down Menu in Widget
6 replies · Started by Nate Heath on January 24, 2016
Is there an easy way to put a similar menu as the sticky in the footer? I have been playing around with different plugins but they don't seem to work. I just want a dropdown menu across the bottom of the page.
crowley.consistentweb.com
So it actually seems like the sticky menu drop down doesn't work either. It is the information item. I had # in the menu setup which went to the top of the page. I removed that and now it doesn't do anything.
Hi there,
If you have the secondary navigation add-on, you can move it to the bottom of your website: https://generatepress.com/forums/topic/secondary-menu-below-the-whole-page/#post-49266
Let me know if you need more info :)
Thanks got it to show up down there after I followed the instructions.
1. Is there any way to get the drop down to 'drop up' at the bottom?
2. On the sticky menu is there a way to get the drop down to work?
Thanks for everything!
1. This should work:
.secondary-navigation ul ul {
top: auto;
bottom: 40px; /* height of your secondary navigation */
}
2. The dropdown should work - are you using the latest version of GP (1.3.23) and GP Premium (1.2.79)?
As always you are the man! GP Premium wasn't updated and the code fixed the bottom menu.
Keep up the great work!
Awesome! Glad I could help :)