In the ALL COURSES page, when i switch the view to Tiles, i found the boxes height are not same (refer
http://prnt.sc/eb08x4), please tell me a way to make the boxes are same height?
Thanks.
Try adding the bellow css in your appearance->customize->custom css:
#buddypress ul.item-list.grid li .item {height:200px;}
#buddypress ul.item-list li .item-avatar img {height:100px;}
This line of code,"#buddypress ul.item-list li .item-avatar img {height:100px;}", will be effect the avatar photo become out of shape, so i remove it.
But it is fixed, thank you.