Mobile In-course navigation is confusing

Home Forums Legacy Support Support queries Styling issues Mobile In-course navigation is confusing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #171791
    hilmanf
    Spectator
    In-course (/course status) navigation on mobile is confusing and band after update. Navigation placed on top as circle without any explicit information/text on it. Plus, it overlaps with other element. (top arrow) Please refer: https://prnt.sc/kg5mu6 I love previous version mobile in-course navigation where it placed on bottom of page. (bottom arrow) How to change it to old/previous version?
    #171922
    Mark Morgan
    Spectator
    We have added this feature after taking reviews of many users. You can show this at bottom of the page by adding the below given css code in your custom css. If you still wish to use previous button then you have to use previous version of wplms theme. div#unit_content .unit_prevnext {top:600px !important;}
    #171941
    hilmanf
    Spectator
    Hi Mark, Code works on mobile. But also reflects on desktop version. Please refer: https://prnt.sc/kgljel How to fix this?
    #172037
    Mark Morgan
    Spectator
    Please replace the previous css with this css. @media (max-width: 768px){ div#unit_content .unit_prevnext {top:600px !important;} }
    #172120
    hilmanf
    Spectator
    Works like diamond. Thank you mark!
    #172183
    Diana
    Participant
    @hilmanf, Closing the topic. Thanks for confirming
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile In-course navigation is confusing’ is closed to new replies.