Topic: Stepper actions button changes order when switching from horizontal to vertical
Stepper buttons must stay in same order when resolution changes
When horizontal stepper becomes vertical if resolution is less, the actions buttons order changes. Is there a way to fix this?
High resolution:
Low res:
Kiril answered 4 years ago
Ok, I found how to do it:
@media only screen and (min-width: 993px){
ul.stepper.horizontal .step-actions {
flex-direction:row !important;
} }
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.19.1
- Device: PC and Mobile
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No