Page 1 of 1

Width of Wizard Step Tabs

PostPosted: 14 Nov 2016 20:54
by MCarver
I have discovered that wizard step tabs have a fixed width. This condition, then causes tabs in excess of four to wrap to another row.

Question/Statement: How can I reduce the width of these tabs such greater than four tabs can appears on one row? Ideally this limit is driven by the tab width. If this is not currently a feature, please consider it being a feature.

Please see the attached image to better understand the problem.

Regards,
Monte Carver

Re: Width of Wizard Step Tabs

PostPosted: 15 Nov 2016 13:35
by assapan
Hi ,
this could be good feature , anyway you can modify the css jquery.steps.core.css line 83

Re: Width of Wizard Step Tabs

PostPosted: 16 Nov 2016 15:33
by Alexander Bulei
Hi guys,

I have implemented the new property, which will control that:

Code: Select all
IWCGJQWizard
- Added: new property TabsInRow


Default: 4

If you want it in auto mode, just set the TabsInRow = 0 or TabsInRow = -1

Best Regards.