• Resolved tkalfaoglu

    (@tkalfaoglu)


    Hi – some of my pull down menu items are too long, and they exceed the width reserved in the pull down menu — so they stretch beyond the box to the right. How can I get the pull down menu to either wrap these long items, OR, extend the pull down boxes so the text fits?

Viewing 1 replies (of 1 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi,

    Please add this custom CSS code in Customizer > Additional CSS to fix this issue

    body .onepress-menu ul {
        width: auto;
    }

    Let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Word wrap pull down menu?’ is closed to new replies.