Hi,
on one of my Websites using using the Enfodl theme appears a little problem.
If i visit the website with my mobile device (or refit the size of the browser to something in the same dimension) the footer navigation links, in the copyright line, will not appear.
Do you have some idea, how i can fix that little problem? Especially regading the imprint, which only in the footer area appears, it is really important.
Thanks in advance.
Regards
Andreas
Hi Amselus!
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
Hi Yigit,
thanks a lot. Works now.
You doing a relly great job with this theme.
Regards
Andreas