• Resolved wtnh

    (@wtnh)


    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://www.ads-software.com/plugins/ultimate-member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wtnh

    (@wtnh)

    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

    (@wtnh)

    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

    (@ultimatemember)

    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.