Tooltip wrong place and icon

Daanoz 28 Jan, 2014
Hi all.

i use Chromo forms now for 2 months and its great. But i have a ccs problem. The tooltip is on wrong place. I have no idea
and if its possible can I change the tooltip icon?
Website link
http://www2.dielanden.nl/index.php/contacts/lid-worden

King Richards
Daan Lindemen
GreyHead 03 Feb, 2014
Hi King,

The simplest solution is probably to set the width of the form elements to bring the tooltips back into line. Please try this CSS in a Load CSS action in your form:
.ccms_form_element {
  width: 420px;
}

Bob
This topic is locked and no more replies can be posted.