Profile menu not responsive (dashboard)

Home Forums Legacy Support Support queries How-to & Troubleshooting Profile menu not responsive (dashboard)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #256578
    Fintex
    Participant
    Hi, My profile menu for logged in users is not responsive. On desktop, the last item in the item-list-tab is "more" with a dropdown for other items which don't fit in the tabs, that's fine. On mobile, I need all items in a dropdown, just like the demo here: http://wplms.io/demos/instructor/members/instructor/dashboard/ So the problem is, the tabs won't change to class: "flexMenu-viewMore flexMenu-allInPopup" when viewed on mobile. Now I have 4 rows with menu-items beneath each other. Did I miss a checkbox or something or do I need to add some extra CSS?  
    #256802
    Diana
    Participant
    @Fintex, You want the style like this for mobile view: https://prnt.sc/sb4zji Try changing the profile layout from wp-admin > Appearance > Customize > Layouts and check
    #256831
    Fintex
    Participant
    Hi Diana, Thnx for the reply. I just solved the problem. I was trying to hide some links in the menu which broke the mobile menu with: li#commissions-personal-li { display: none; } li#groups-personal-li { display: none; } Found the problem now, and solved. thnx  
    #257118
    Diana
    Participant
    @Fintex, Okay Great...!! Make sure to add a comment line above your CSS to identify it later why this CSS is being used
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Profile menu not responsive (dashboard)’ is closed to new replies.