Comments tushita123 started the conversationSeptember 21, 2020 at 8:40pmLanguage dropdown is working fine on mobile....but when In Mobile dropdown is not working... Please Help...Dropdown is located in topbar 2,701PenciDesign repliedSeptember 22, 2020 at 3:08amHi,Please try add more this code to Customize > Custom CSS to showing dropdown on mobile: @media only screen and (max-width: 960px){ .penci-top-bar.topbar-menu{ padding-bottom: 10px; } ul.penci-topbar-menu li:hover > ul.sub-menu, div.penci-topbar-menu > ul li:hover > ul.sub-menu { display: block; text-align: left; } ul.penci-topbar-menu li > ul.sub-menu, div.penci-topbar-menu > ul li > ul.sub-menu{ text-align: left; } } Best Regards,PenciDesign Sign in to reply ...
Language dropdown is working fine on mobile....but when In Mobile dropdown is not working... Please Help...
Dropdown is located in topbar
Hi,
Please try add more this code to Customize > Custom CSS to showing dropdown on mobile:
Best Regards,
PenciDesign