Course Category course list Alignment

Home Forums Legacy Support Support queries Styling issues Course Category course list Alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251569
    witslk
    Spectator
    I need all course in same height alignment like this Course Category : https://prnt.sc/rztfog Need like this : https://prnt.sc/rzthvs
    #251721
    Jackson
    Blocked
    Hello @witslk, Use the code given below go to appearance>>customization>>custom css and paste it, div#course-dir-list ul#course-list li{
    min-height: 520px !important;
    
    } div#course-dir-list ul#course-list li div.item{ min-height:180px !important; } div#course-dir-list ul#course-list li div.row div.item-avatar img{ min-height:260px !important; } div#course-dir-list ul#course-list li div.row div.item div.item-title{
    min-height:60px !important;
    
    } Thanks,
    #251857
    witslk
    Spectator
    Thanks problem fixed
    #252039
    Jackson
    Blocked
    Hello @witslk, Now i closed this topic, Thanks,
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Course Category course list Alignment’ is closed to new replies.