Comments Brumer started the conversationAugust 19, 2019 at 11:12amHiĀ I need to add my navigational topbar menu to a mobile menu - visiblle to smartphone visitors. How do I do so?Another question - is it possible to make the topbar menu sticky (together with primary menu?ThanksIldar 2,700PenciDesign repliedAugust 19, 2019 at 4:08pmHi,1/ Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 960px){ ul.penci-topbar-menu li:hover > ul.sub-menu, div.penci-topbar-menu > ul li:hover > ul.sub-menu { display: block; } } 2/ Unfortunately, this theme doesn't support this feature..Best Regards,PenciDesign Sign in to reply ...
HiĀ
I need to add my navigational topbar menu to a mobile menu - visiblle to smartphone visitors. How do I do so?
Another question - is it possible to make the topbar menu sticky (together with primary menu?
Thanks
Ildar
Hi,
1/ Please try add more this code to Customize > Custom CSS to do that:
2/ Unfortunately, this theme doesn't support this feature..
Best Regards,
PenciDesign