Hi there,
i’m wondering … my site works fine. But when i resize to mobile view, the right socket (footermenu) is not shown.
Got a solution for this?
Site: http://perez-leal.com/
Thx
Hey Mario!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Best regards,
Yigit
Thank You Yigit ;-)