• I’m finding that the User Avatar places the Avatar Picture – Change Picture section over the top of the About the User/Biographical Info on the edit user page (user-edit.php). Is there a way to reduce the textarea width or move the placement of the User Avatar Change Picture box?

    Any help would be greatly appreciated!

    CT

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi CT,

    I’ve found this too, especially after I removed some of the contact fields (http://wordpress.org/support/topic/remove-some-profile-fields?replies=25).

    The answer is very simple, and just relies on tweaking the CSS for the plugin.

    From the control panel, choose Plugins > Editor on the left.
    Then choose the User Avatar from the dropdown on the right.
    Select the .css file.

    Scroll down to the fifth CSS style declaration. It will look like this:

    #user-avatar-display{
    	position:absolute;
    	background-color:#F1F1F1;
    	border-color:#E3E3E3;
    	top: 525px;
    	right: 180px;
    	text-align: center;
    	margin: 0 auto;
    	padding: 0px 20px 20px 20px;
    }

    .

    All you need to change are ‘top’ to 425px and ‘right: 180px’ to ‘left: 720px’. This means the avatar box floats 425 pixels from the top, and 720 pixels from the left of the window. This should locate it just below the ‘Username cannot be changed’ bit.

    Hope that helps!

    Thread Starter snowryder

    (@snowryder)

    Thank you very much! That worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: User Avatar]’ is closed to new replies.