rstaib / jquery-steps

A powerful jQuery wizard plugin that supports accessibility and HTML5.
http://www.jquery-steps.com
MIT License
1.69k stars 778 forks source link

When I set it to five steps, the step 5 goes to the next line #303

Open wojiaodsy opened 4 years ago

wojiaodsy commented 4 years ago

When I set it to five steps, the step 5 goes to the next line

sheikmohamed90 commented 4 years ago

Dear wojiaodsy, Same here if you have any solution send me

ngaugler commented 4 years ago

Had this same problem. I believe this can be adjusted in the css.

.wizard > .steps > ul > li { width: 20% }

I would recommend targeting your element with an id field or something to not impact other wizards on your website.