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

How to increase font size of DropDown text in RadSearchBox Control

6 Answers 214 Views
SearchBox
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 20 Aug 2014, 07:25 AM
Hi,
I increased the RadSearchBox Text Size using CSS but the dropdown list text font size is still small. I want to increase that. How can I do that ?

6 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 20 Aug 2014, 08:09 AM
Hi Arun,

Please try below CSS to increase the font size of the DropDown text in RadSearchBox.

CSS:
.rsbPopup .rsbList
{
     font-size : 15px !important;
}

Thanks,
Shinu.
0
Arun
Top achievements
Rank 1
answered on 28 Aug 2014, 06:04 AM
Thank you :) It worked :)
0
bhargavi
Top achievements
Rank 1
answered on 19 Jun 2015, 05:30 PM
dropdown box in radsearchbox is not displaying right below it.it is displayed on the left of it....plz help...
0
Nencho
Telerik team
answered on 24 Jun 2015, 08:09 AM
Hello Bhargavi,

Are you applying only the css style rule that Shinu had demonstrated or you have some addition styling applied? I have tested again the previously provided styles, but no misalignment was observed at my end.

Please specify which version of our controls that are you using and under which browser the issue is observed.

In addition, in the attachment you can find the simple example, that I have used for testing purpose.
You can give it a try at your end and test the behavior.

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
bhargavi
Top achievements
Rank 1
answered on 01 Jul 2015, 02:22 PM
Hello Nencho,
 
Attached is the screenshot of misalignment in radsearchbox
 
Thanks
Bhargavi
0
Nencho
Telerik team
answered on 06 Jul 2015, 08:40 AM
Hello Bhargavi,

The demonstrated misalignment is caused by some custom applied css style rules on your page that also affect the dropdown of hte RadSearchBox. In order investigate what exactly is causing the issue, I would suggest you to send the entire page (along with the applied css style rules) or provide us with a LiveUrl.

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SearchBox
Asked by
Arun
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Arun
Top achievements
Rank 1
bhargavi
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or