jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

responsive tab

Open harshuicoder opened this issue 7 years ago • 0 comments

How to add this tab movie on left side in responsive view.after adding me some css i have issue.i have add my css code.i dont know how to solve this problem.

@media (max-width: 600px) { .wizard > .steps > ul > li { width: 50%; } .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { margin-top: 0.5em; } .wizard.vertical > .steps, .wizard.vertical > .actions { display: block; float: none; width: 100%; } .wizard.vertical > .content { display: block; float: none; margin: 0 0.5em 0.5em; width: auto; } } @media (max-width: 480px) { .wizard > .steps > ul > li { width: 100%; } }

harshuicoder avatar Aug 31 '18 06:08 harshuicoder