Problem with the login shortcode. Secondary button.
-
I entered the access shortcode on my homepage, but it is not displayed correctly.
The “Remember Me” is not aligned correctly and the secondary “Register” button is larger than the “Login” button.
In the console I noticed that he has an extra tag <br>:
<div class = "um-right um-half"> <a href="https://www.mysite.com/register/" class="um-button um-alt"> <br> " Registrati "</a> </div>
Also in “Remember me” he added some <br> tags
<div class="um-field-area"> <label class="um-field-checkbox "><br> <input type="checkbox" name="rememberme" value="1"><br> <span class="um-field-checkbox-state"><i class="um-icon-android-checkbox-outline-blank"></i></span><br> <span class="um-field-checkbox-option"> Mantienimi collegato</span><br> </label> </div>
This is a screenshot: https://ibb.co/XZ18XtJ
How can I solve the problem? Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Problem with the login shortcode. Secondary button.’ is closed to new replies.