Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1090143
    Tracy
    Participant

    I’m having an issue in my full-width menus with word-wrapping. Even when I adjust the width of the submenu container, the words keep wrapping after 15 characters or so.

    Here’s a link to a page that demonstrates the issue. Go to the “Forms” menu and you’ll see that some of the submenu links are long, but I’d like to prevent them from wrapping as much.

    http://churchhealth.wpengine.com/memphis-plan/

    #1090402
    Christopher
    Moderator

    Hi there,

    Please add following code in customizer :

    .nav li ul {
       min-width: 439px;
     }
    
    .fullwidth-menu li li a {
        width: auto;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1090143 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>