Hi There,
the menu in the socket disappears on iPhone. How could we change that? We need it as we are linking to the imprint there.
Thanks
T.
Hey elbnetz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block!important;
}}
Best regards,
Yigit
Thanks!