FormsByAir logo FormsByAir


How do I make the navigation tabs wrap to the next line?

enter image description here


1 Answers

Answer by Anonymous ✅ (Accepted)

Add this script to the style section:

<style>   
    ul.nav-wizard {
        flex-flow: wrap;
        padding-right: 10px;
    }
</style>

enter image description here