A huge gap has appeared between the left menu and the course

Home Forums Legacy Support Support queries Other issues A huge gap has appeared between the left menu and the course

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #349465
    pablocanedoq
    Participant
    Hi, When a student enters a course, this gap now appears between the left menu and the course. https://prnt.sc/10zz196 https://screencast-o-matic.com/watch/crev2bVV57D Please help ASAP.
    #349471
    pablocanedoq
    Participant
    Also on the right side: https://prnt.sc/10zzov1
    #349639
    Ada
    Participant
    Hi, This is because you have disabled show expanded profile menu https://prntscr.com/110jl14 But you can use this css code to increase the max width of this block
    
    #vibebp_member #course_component .mycourses .course_overview {
        max-width:1124px !important;
    }
    
    or use this code to align this content from start
    
    #vibebp_member #course_component .mycourses .course_overview_wrapper {
        justify-content:start !important;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘A huge gap has appeared between the left menu and the course’ is closed to new replies.