Hello
I have fresh installed the Chronoforms component an I like it really. My question is about the basic template GCoreUI. If I use a dropdown element, then the selectable text entries in the selection list is cutted, so the first entry looks not ok. Is it possible to change a) the font size of the checkbox value or b) do the checkbox item higher?
Link to Form is http://vogelherdclub.ch/joomla/index.php/sonnwendfeier/ticketverkauf - do you have any idea?
Thanks and regards from Switzerland.
Martin
I have fresh installed the Chronoforms component an I like it really. My question is about the basic template GCoreUI. If I use a dropdown element, then the selectable text entries in the selection list is cutted, so the first entry looks not ok. Is it possible to change a) the font size of the checkbox value or b) do the checkbox item higher?
Link to Form is http://vogelherdclub.ch/joomla/index.php/sonnwendfeier/ticketverkauf - do you have any idea?
Thanks and regards from Switzerland.
Martin
Hi Martin,
It looks as though there is some conflicting CSS here - in particular a combination of height and padding that squeezes the drop-down options.
The simplest solution is probably to set the height to auto in a Load CSS action. Try
Bob
It looks as though there is some conflicting CSS here - in particular a combination of height and padding that squeezes the drop-down options.
The simplest solution is probably to set the height to auto in a Load CSS action. Try
select#tickets {
height: auto;
}
Bob
This topic is locked and no more replies can be posted.