Resize the my course and instructing course

Home Forums Legacy Support Support queries Styling issues Resize the my course and instructing course

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #255248
    witslk
    Spectator
    I want to resize the my course list and instructing course list https://prnt.sc/s7tv2r
    #255496
    Jackson
    Blocked
    Hello @witslk, Go to appearance>.customization>>custom css and paste code given below to resize courses : body.course ul#course-list li.course_single_item div.item-avatar a img{ height:450px !important; } Refer: https://prnt.sc/s8ej0l Thanks,
    #257040
    witslk
    Spectator
    This reply has been marked as private.
    #257350
    Diana
    Participant
    @witslk, The above CSS will work for both cases. You can try this CSS for instructing courses section .instructor-courses ul#course-list li.course_single_item div.item-avatar a img{height:450px !important;}
    #257410
    witslk
    Spectator
    This reply has been marked as private.
    #257693
    Jackson
    Blocked
    Hello @witslk, If you want a custom code for courses by instructor page image size then use it , body.author .courseitem .block_media a img{ height:250px !important; } this is applicable for these type of pages,https://prnt.sc/sczked https://www.eteacherlk.com/author/dec/instructing-courses/ Note: Please always remember that share page URL also to get custom code Thanks,
    #257744
    witslk
    Spectator
    This reply has been marked as private.
    #257784
    Jackson
    Blocked
    HEllo @witslk, Use this code everything looks good body.bp-legacy.archive.author div.row .col-md-9.col-sm-8{ display: flex !important; flex-flow: row wrap; width:100% !important; } body.bp-legacy.archive.author div.col-md-4.col-sm-6{ flex-basis: 25%; min-width: 100px; } body.bp-legacy.archive.author div.block_content h4.block_title{ font-size:15px !important; } Thanks,
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Resize the my course and instructing course’ is closed to new replies.