Reducing image size on Profile / Instructors

Home Forums Legacy Support Support queries Styling issues Reducing image size on Profile / Instructors

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #82524
    externaluses
    Participant
    Best way to reduce the size of the images on each member and all instructors? See examples: http://prnt.sc/ddhe24 http://prnt.sc/ddhecu
    #82648
    Give me your url i will fix this. PS: Don't forget to mark your reply as private.
    #82707
    externaluses
    Participant
    This reply has been marked as private.
    #82830
    Go to plugins->editor->wplms customiser->open customiser.php add these lines and save. define ( 'BP_AVATAR_THUMB_WIDTH', 50 ); define ( 'BP_AVATAR_THUMB_HEIGHT', 50 ); define ( 'BP_AVATAR_FULL_WIDTH', 100 ); define ( 'BP_AVATAR_FULL_HEIGHT', 100 );
    #82831
    http://prntscr.com/ddxv8v
    #82956
    externaluses
    Participant
    Thanks, it worked. The only thing now is that the avatar is too far to the left. Should we add it to float right?
    #83009
    Yes, you try using the float right.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Reducing image size on Profile / Instructors’ is closed to new replies.