Please take note of the following fix for Memovie template version 2.0.0
Problem: Missing username label needed on the user reset page with token.
Solution: Download, unpack and replace file attach.
OTHERS - CSS improvements:
On joomla.css file find this line:
- Code: Select all
#component { margin: 0 15px; }
replace with
- Code: Select all
#component { margin: 0 15px 30px; }
User Login component layout page improvement. Add the following code on joomla.css file:
- Code: Select all
#component .login_form p {display:inline;float:left;}
#component .login_form fieldset {margin-left:-22px}
#component .login_form p.remember {margin-left:2px;margin-bottom: 50px}
#component .login_form p.remember label {height: 35px;line-height:18px}
#component .login_form .button {margin:3px 20px;}
#component .login_form p.pass {margin-left:-50px}
#component .login_form label {height: 35px;line-height:30px}
#component .login_form .lost-noaccount a {padding: 0 20px 0 5px}
BEFORE:
AFTER:
This issues will be release on next update version of this template.
Cheers
