Signature text is in the top of the information page

Hello all,

The text in the signature is not at the right position when you access the information page of the member.
Its Above the information.

Look at the screen :

Wrongplace.webp
Above where the black arrow is is the text that should be in the : Handtekening ( dutch for signature ) section.
This is with all the members. How can i change this ?

Regards

Dennis
 
This is related to your custom style/edits.

You may need to check the member_view template and update/revert your edits to correct it.
 
My guess is you've absolutely positioned signature in css, something like
Code:
.signature { position: absolute; top: 0; }
or similar code. Look for "signature" (without quotes) in EXTRA.css and remove that code.
 
Top Bottom