- This topic has 3 replies, 3 contibutors, and was last updated 8 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Question
Answers
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘Mobile Menu’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Mobile Menu
Hello,
I’m having issues with my course menu when view on a mobile device. The topic count to the right side seems to disrupt the menu when viewed on portrait. It looks fine on landscape. If need be I’d happily just remove the topic count as its not necessary. I’ve attached some images for your reference.
Thanks
Kevin
Hi @kodonnell,
Try adding following css in child theme’s custom css option.
@media screen and (max-width:475px){
#learndash_lessons #lessons_list .lesson-meta, #learndash_lessons #lessons_list .drop-list {
display: none;
}
}
Regards
Anve
Regards
Anve
Looks great.
Thanks again for the excellent service
Great, I will close this topic feel free to create new topic for any further queries.
Regards
Varun Dubey