Next class link

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #361549
    alexandre
    Spectator
    Above each class there is a link to the next class and previous class, but this link is unreadable when viewed on the smartphone, as seen in the image. IMAGE
    #361608
    Ada
    Participant
    Hi, It is fine on on my setup. I need to check on your site. then I'll provide custom css fix if needed. please provide your admin credentials here in private reply.
    #362070
    alexandre
    Spectator
    This reply has been marked as private.
    #362121
    Ada
    Participant
    This reply has been marked as private.
    #362203
    alexandre
    Spectator
    This reply has been marked as private.
    #362343
    Ada
    Participant
    Hi, Please try adding this css code in appearance>>customize>>custom css
    
    #vibebp_member .course_content_header .unit_prevnext span:nth-child(2){
        min-width:90px;
        padding:0px !important;
    }
    #vibebp_member .course_content_header .unit_next.navigate_unit span:first-child{
        min-width:70px;
        padding:0px !important;
    }
    #vibebp_member .course_content_header .toggle_timeline_wrapper {
        display:flex !important;
        flex-wrap:wrap !important;
        min-width:100px;
       
    }
    
    
    #362714
    alexandre
    Spectator
    #362726
    Ada
    Participant
    This reply has been marked as private.
    #362815
    alexandre
    Spectator
    This reply has been marked as private.
    #362861
    alexandre
    Spectator
    This reply has been marked as private.
    #362863
    Ada
    Participant
    This reply has been marked as private.
    #362976
    alexandre
    Spectator
    This reply has been marked as private.
    #363032
    Ada
    Participant
    Hi, Okay please add this csss code in appearance>>customize>>custom css then check
    
    @media(max-width:776px){
        #course_component .course_content_header{  
        display:flex !important;
        flex-wrap:wrap !important;
        justify-content:space-around;
        max-height:4rem !important;
        height:4rem !important;
    }
    #course_component.course_content_header>span{
        display:flex !important;
        flex:1 0 150px !important;
    }
    
    }
    
    #363107
    alexandre
    Spectator
    This reply has been marked as private.
    #363108
    alexandre
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 21 total)
  • The topic ‘Next class link’ is closed to new replies.