Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #116064
    analogkid
    Member
    Post count: 6

    Hi
    I posted the other day – But it looks like the post did ‘not post’
    In essence, I would like to have more text displayed in the sub menu.
    I want to avoid the mega menu.
    I read most of the LB’s and forum articles – and did see ‘a means’ of widening the sub menu drop down width, but the text still is short/cut off.

    I also noted that if the Heading in the Main menu is ‘narrow’
    eg SUPPORT vs PRODUCTS & PARTNERSon my site, then the sub menu width seems to be a percentage width of the Menu title
    eg the SUPPORT menu drop down width is very narrow

    I have moved from PinPoint to Dante and did not have this problem

    Is there away to fix this – or even to ‘wrap’ the text into the width of the sub menu

    #116215
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please provide me with a link and I will see what I can do

    – Kyle

    #116257
    analogkid
    Member
    Post count: 6
    #116267
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title {
      max-width: none; /* Prevent max width */
    }
    nav.std-menu .menu ul.sub-menu {
      min-width: 230px; /* Increased min width */
    }
    nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title {
      white-space: pre-line; /* Creates second line */
    }

    – Kyle

    #116364
    analogkid
    Member
    Post count: 6

    Outstanding!!!!!!
    Many thanks

    #116367
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register