AI Search
Classic Search
Notifications
Clear all
Feb 13, 2023 3:57 pm
12 Replies
Feb 13, 2023 4:02 pm
Hi, that theme is not good for anything. There are so many real themes out there, use one of them.
Feb 13, 2023 5:37 pm
Now i understand better.
And YES, that is a real issue. A bug.
Feb 13, 2023 10:18 pm
the submenu is hidden by default with "display:none" in mobile view
@media screen and (max-width: 620px)
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul {
display: none !important;
}
}
if you want to have it visible use
@media screen and (max-width: 620px)
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul { display:block !important; margin-left: 80px !important}
}
}
Page 1 / 2
Next

