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

Width of RadWizardStep button

1 Answer 85 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 26 Jan 2015, 01:37 AM
I'm looking for a way to change the width of each RadWizardStep button. In the attached screenshot, each button expands evenly based on the parents width. I want to be able to shrink some buttons and widen others. As of yet, I can't find any way to do this.

Thanks,
Jeremy

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 28 Jan 2015, 05:21 PM
Hello Jeremy,

In order to control each individual step width I would suggest setting the following css property:
//css
html .rwzHorizontal .rwzBreadCrumb .rwzLI {
    display: inline-block;
}

Now you can set a specific width value for each .rwzLI DOM element.

Regards,
Boyan Dimitrov
Telerik
Tags
Wizard
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or