Hello,
I have added the contactform to my website and it is working nice. However the images of the refresh captcha and audio are on the wrong place. How do I fix this?
Tnx,
Valentijn
Hello,
I have added the contactform to my website and it is working nice. However the images of the refresh captcha and audio are on the wrong place. How do I fix this?
Tnx,
Valentijn
Your theme CSS is messing that up
This is the offending CSS inside style.css
img,img.alignnone {margin: 0 0 1em 0;clear:both;float:none;display:block;}
img.alignleft {margin:0 10px 1em 0px;clear:left;float:left;}
img.alignright {margin:0 0 1em 10px;clear:right;float:right;}
img.aligncenter{margin:0 auto;position:relative;clear:none;}Hello Mike,
Thanks for you quick response. I will have a look at this. Not quite the expert with it but I'll have a go with it.
This topic has been closed to new replies.