Hi there – I am unable to see my footer menu on my phone. Any suggestions?
Site is in maintenance mode so you’ll need to login to view.
Thank you!
Hey beezdezines!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket {
display: block !important;
}}
Best regards,
Yigit
Thank you!