Hello Support,
the account page should show the first and last name in a two column layout, but I observe that the layout is not properly formated as shown by the first attached file “AccountForm.png”.
The second file “AccountPage-FirstName-Config.PNG” shows the configuration of the Firstname field.
The third file “AccountForm..html” shows the relevant generated source code (only the side content).
Here is the code for the firstname field only:
<div id=”uwp_account_first_name_row”
class=”required_field uwp_form_text_row”>
<label>Vorname<span>*</span></label>
<input name=”uwp_account_first_name”
class=”uwp-half uwp-half-left uwp_textfield”
id=”uwp_account_first_name”
placeholder=”Vorname”
value=”user”
title=”Vorname”
oninvalid=”this.setCustomValidity(”)”
oninput=”setCustomValidity(”)”
required=”required” type=”text”
/>
<span class=”uwp_message_note”></span>
<span class=”uwp_message_error”></span>
</div>
As shown the css styles “uwp-half uwp-half-left” is only applied to the input field named “uwp_account_first_name”, but not to containing div identified by “uwp_account_first_name_row”.
Because of that the label get 100 percent of the width. If applied to the containing div I would expect that the width of the container will constrain the width of the contained items, label and input field in this case.
Same applies to the div showing the label and Input field for the last name.
Can you pls. check if the two column layout of the account page works as expectd for the user name fields?
I’m using WordPress 4.9 with official theme “Twenty Seventeen” Version 1.3 and UsersWp plugin 1.0.11 (with redirect fix provided in response to my post “Redirect to current page/blog after Login”).
In case you want to verify the layout on my website I will provide an appropiate test account in a private post.
Thanks in advance!
Best
hase