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

Reducing the height of the ribbon bar

4 Answers 149 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 05 Mar 2012, 11:10 AM
Hi All,

Is there any option to reduce the height of the ribbonbar?

Regards,
Prasad

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Mar 2012, 11:32 AM
Hello,

Try setting the Height property of RadRibbonBar.

Thanks,
Princy.
0
RvdGrint
Top achievements
Rank 1
answered on 05 Mar 2012, 12:37 PM
Prasad,

use CSS.
#YBSRibbonMenu .RadRibbonBar
{
  height:110px;
}
 
#YBSRibbonMenu div.RadRibbonBar .rrbButtonArea
{
  height: 91px;
}

JosM


0
Amjad
Top achievements
Rank 1
answered on 29 May 2013, 07:46 AM
Hello,

Am trying to set the height of the ribbon but the content is shifted underneath the ribbon.

As shown attached

please advise I need to decrease the height of the ribbon.

Thanks
0
Ivan Zhekov
Telerik team
answered on 29 May 2013, 11:17 AM
Hi, all.

The height of the ribbon can not be simply changed:
  • small / medium button size must be changed to something
  • large button size must be changed to three times that value
  • additional items such as dropdown list, combo, color picker must also be changed
  • gallery must be changed.

In short, changing the height of the ribbon is not an easy task and has multiple dependencies.

Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
RibbonBar
Asked by
Prasad
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
RvdGrint
Top achievements
Rank 1
Amjad
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Share this question
or