Digital Signature Element stretching issue fix

mediaateam

Administrator
Hello, in case anyone else is having the problem where the the digital signature is stretching and ignoring the dimensions that you set in the element settings. As well as, is offset from the pointer. Add the following to your CSS and it should correct it, did for us on many sites.

.pad{
width:initial !important;
height: initial !important;
}
.sigWrapper.current {
display: inline-block !important;
}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top