Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #63694
    @kodonnell

    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

    Answers

    #63804
    @anve

    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

    #63844
    @kodonnell

    Looks great.

    Thanks again for the excellent service

    #63955

    Anonymous
    @

    Great, I will close this topic feel free to create new topic for any further queries.
    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Mobile Menu’ is closed to new replies.