jquery-steps
jquery-steps copied to clipboard
make the width of wizard >ul >li auto generated (Enhancement)
can you make the width of the li items in title auto generated based number of li items present. so that user can add more than 4 sections. currently you have width:25%, and i hav 5 sections my 5th li tab is populating between title and content. if width is auto it will be good.
Code(Enhancment): In render method
width=stepContents.size(); renderTitle(wizard, options, state, $(this), index, width);
In rendertitle method add width to li item .
I see this is from 2014, has this been implemented?
what should I do when I want to create five steps with horizontal layout?