Quote:
Originally Posted by d19rnyxx
can someone guide me on how to center the "complete registration" and "reset fields" because the image stops users from pressing them.
Thanks in advance
|
Simply add this in your "additional.css":
Quote:
<vb:if condition="THIS_SCRIPT != 'register'">
<vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
</vb:if>
|
This will exclude the register-avatar on your /register.php.
Greetings