Single course page and units issue

Home Forums Legacy Support Support queries Other issues Single course page and units issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #265515
    Kadous
    Participant
    In the course page, the related courses at the bottom is not aligned well (https://prnt.sc/st16ds). Also why is the categories widget appearing under the units inside the course (https://prnt.sc/st17ux). Can you please send me a fix?
    #265680
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below to make align all related courses at single course page in the bottom: .course-template-default.single.single-course #buddypress .related_courses ul li .block_media a img{ height:150px !important; } .course-template-default.single.single-course #buddypress .related_courses ul li .block_content{ height:180px !important; } Refer: https://prnt.sc/sthdxd Use this code goto appearance>>customizze>custom css to remove category widget under unit: .unit-template-default.single.single-unit #content .col-md-3.col-sm-4 .widget{ display:none !important; } Refer: https://prnt.sc/sthiu4 Thanks,
    #265741
    Kadous
    Participant
    The first issue regarding the related courses, is not showing the reviews (https://prnt.sc/stmd89)
    #266024
    Jackson
    Blocked
    hello, use this code: .single-course .bp_blank_stars:before { font-size:11px !important; } .single-course .block.courseitem.course3 .block_content .course_meta .star-rating { padding: 0; display: contents; padding-bottom: 3px !important; } Refer: https://prnt.sc/su7vdd Thanks,
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Single course page and units issue’ is closed to new replies.