This is a migrated thread and some comments may be shown as answers.

Font Size Issue

3 Answers 171 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 08 Feb 2012, 11:04 PM
I am trying to create a large combo box, however when I increase the font size, the control does not render correctly.  I don't see any other properties that allow me to adjust the control accordingly. It doesn't matter what skin I choose.  See the image example I attached.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Feb 2012, 06:06 AM
Hello,

Try setting margin-top in CSS as shown
CSS:
.RadComboBox table td.rcbInputCell, .RadComboBox .rcbInputCell .rcbInput
 {
 font-size:18px !important;
 margin-top:-6px !important;
 }

Thanks,
Princy.
0
Shawn
Top achievements
Rank 1
answered on 09 Feb 2012, 09:10 PM
This helps, but it doesn't actually make the combo box bigger.  I want to increase the size of the box itself, as well as the button associated with it.  Is that possible?
0
Princy
Top achievements
Rank 2
answered on 10 Feb 2012, 01:14 PM
Hello Shawn,

Unfortunately you can't directly set RadComboBox height.Check the following link for further information.
how can i change the height of Radcombobox (Not the height of it's dropdown)

Thanks,
Princy.
Tags
ComboBox
Asked by
Shawn
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Shawn
Top achievements
Rank 1
Share this question
or