Title: Profile picture position
Last modified: August 31, 2016

---

# Profile picture position

 *  Resolved [wtnh](https://wordpress.org/support/users/wtnh/)
 * (@wtnh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/profile-picture-position/)
 * Love the plugin! I am trying to change the position of the profile user photo.
   The default seems to be centered partly below the cover photo. I have seen examples
   of the photo on the left.
 * Same applies to the profile cards on the members pages. I would like the photos
   on the left with the member name to the right.
 * Is there a simple setting to achieve this – or do I need custom css?
 * Thanks!
 * [https://wordpress.org/plugins/ultimate-member/](https://wordpress.org/plugins/ultimate-member/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [wtnh](https://wordpress.org/support/users/wtnh/)
 * (@wtnh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/profile-picture-position/#post-7005387)
 * I think I may have answered this myself. Some custom CSS moves the picture on
   the profile card to the left and the name text up and to the right:
 * .um-member.with-cover .um-member-photo img {
    position: relative; left: -60px;}
 * .um-member-name {
    position: relative; bottom: 55px; left: 50px; }
 * This became pretty simple once I figured out how to use SiteOrigin’s CSS editor,
   which I highly recommend.
 *  Thread Starter [wtnh](https://wordpress.org/support/users/wtnh/)
 * (@wtnh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/profile-picture-position/#post-7005388)
 * Correction – the CSS should be:
 * .um-member-photo img {
    position: relative; left: -60px; }
 * .um-member-name {
    position: relative; bottom: 55px; left: 50px; }
 *  Plugin Author [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * (@ultimatemember)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/profile-picture-position/#post-7005492)
 * Thanks for sharing what you did 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Profile picture position’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

## Tags

 * [card](https://wordpress.org/support/topic-tag/card/)
 * [picture/](https://wordpress.org/support/topic-tag/picture/)
 * [profile](https://wordpress.org/support/topic-tag/profile/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/profile-picture-position/#post-7005492)
 * Status: resolved