Quantcast
Channel: Support Forum - User Favorites: superfoods
Viewing all articles
Browse latest Browse all 49

Ismael on "forgot password button behind password field"

$
0
0

Hi Anita,

Try to add this code in Quick CSS or custom.css:

.form-row {
   padding: 0;
}

form.login .form-row {
   width: 100%;
}

.register .form-row label {
   font-size: 10px;
}

or, if the code above doesn't work, try this one instead:

.form-row {
   padding: 0 !important;
}

form.login .form-row {
   width: 100% !important;
}

.register .form-row label {
   font-size: 10px !important;
}

Hope this helps. :)

Regards,
Ismael


Viewing all articles
Browse latest Browse all 49

Trending Articles