Archived topic
Mobile Menu
3 replies · Started by Kenneth on June 27, 2017
Hi Tom,
First of all.. thanks for making the best theme in the world. I really really like it a lot.
I have a few questions about the Mobile Menu. At this moment I use the slide-out menu, which works perfectly for me. But I want to extend it a little bit. Is it possible to place a header widget beneath the nav in the slide-out menu?
Also I would like to know if there is a option or simple CSS which creates horizontal seperators in the slide-out menu?
Thanks in advance.
Kenneth
Hi there,
So you are wanting to add something inside the slide-out navigation?
If so this should work: https://docs.generatepress.com/article/generate_inside_slideout_navigation/
Try this CSS for separators:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
border-bottom: 2px solid #000;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Tom,
Thanks for your help. This is exactly what I was looking for.
Kenneth
Glad I could help!