Reply To: Menu – long items are not wrapping to other row

Home Forums Iconic One Pro Support Menu – long items are not wrapping to other row Reply To: Menu – long items are not wrapping to other row

#4488
Komanche
Participant

This custom.css works fine for me:

/*
Theme Name: Iconic One Pro
Custom CSS Template for Iconic One Pro
*/
.themonic-nav ul li {
    /*float: left;*/
    width: 145px;
}
.themonic-nav li a {
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 10px;
    line-height: 1.4;
    white-space: normal;
    display: flex;
  justify-content: center;
  flex-direction: column;
  height: 35px;
  text-align: center;
}