Menu – long items are not wrapping to other row

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

This topic contains 5 replies, has 2 voices, and was last updated by  Komanche 7 years, 8 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4463

    Komanche
    Participant

    Hi,

    when I use long menu items, the items are not wrapped to size of the “cell”. I want to have two-rows items, not two rows menu.
    I tried to apply this hint: http://codepen.io/SitePoint/pen/FkihJ – unfortunately I didn’t solve it.

    I set temporarily the width of the page to 75%.

    Thanks.

    Just acquired the PRO version 😎

    #4465

    You do not have permission to view this content.

    #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;
    }
    #4489

    Komanche
    Participant

    How to set replies info to email on this support forum please?

    #4490

    Through the notify me checkbox below write box. It was disabled previously but should work fine now.

    #4525

    Komanche
    Participant

    ok thanks 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.