• Resolved avatarcy

    (@avatarcy)


    Hi,
    I have an issue with the profile photo when I go to Account page. The width of the photo is stretched to max width and the photo gets an oval shape. This only happens in Account page in both desktop view and mobile view.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @avatarcy

    Does this issue occur with a default WP Theme such as 2020 or 2021? If not, you will have to tweak it with CSS in your current theme.

    Regards,

    Thread Starter avatarcy

    (@avatarcy)

    In um-account.css I have inserted the line width:inherit; and it fixed it for account page in desktop view but the problem exist for mobile view.

    .um-account-meta img {
    margin: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block;
    width: inherit;
    }

    Thread Starter avatarcy

    (@avatarcy)

    Fixed for mobile view, in um-responsive.css also changed the width from 100% to inherit.

    div.uimob800 .um-account-meta img {
    width: inherit;
    }

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @avatarcy

    Thanks for letting us know how you’ve resolved the issue.

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Profile photo in account page is stretched’ is closed to new replies.