Hi there, the footer menu which is placed in the socket doesn’t show on my smartphone. It doesn’t show on your demo either: http://kriesi.at/themes/enfold/
Is that a bug or a feature? Or do I have to set it somewhere?
Best
Patrick
Hi Patrick,
I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu. But if you would like to display it, please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.sub_menu_socket { display: block!important; }
#socket .sub_menu_socket li { padding-bottom: 5px!important; }
Regards,
Yigit