Hello
i have a big problem
on my site i have a footer menu with “Impressum”
but on mobile devices this menu is hidden.
How can i fix this? Is there a option for a different mobile main menu to add this menu points only on mobile?
Hi Tim2309!
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;
}}
Regards,
Yigit
ok that works almost perfekt
but on iphone 6+ in landscape its still hidden
Hey!
Can you please use following code instead
.responsive #socket .sub_menu_socket { display: block !important; }
Best regards,
Yigit
Thanks that work