Dropdown box size

cdrake 28 Apr, 2014
Hi,

I have only a few characters for options in the dropdown box and I would like to make the dropdown box width smaller but can't figure out how

http://tiverton.devon.sch.uk/index.php?option=com_chronoforms&chronoform=MusicLessARmrsToomer
GreyHead 28 Apr, 2014
Hi cd_rake,

Please try adding this to a Load CSS action in the form On Load event:
.cfdiv_select select {
  min-width: 30px;
}

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