• Resolved Rachel

    (@xxrayray)


    Hi!

    I’m looking to make the dropdown box and submenu box on the navbar wider. Under books one of the series doesn’t fit and ends up on a second line. Any help would be appreciated!!

    Thanks,

    Rachel

    • This topic was modified 6 years ago by Rachel.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • siniplyrathemes

    (@siniplyrathemes)

    Hi @xxrayray.

    Thank you for contacting us.

    I’ve solved one part of the adjustment, this should be added to Customize -> Additional CSS to stop wrapping

    .navbar-nav .dropdown-menu > li > a {
    	white-space: nowrap;
    }

    There’s remaining part where the display of the drop-down part should be adjusted to display: inline-table so that “carret” doesn’t overlap with the text, but it keeps evading attempts to hit it right. 🙂

    Kind regards.

    Thread Starter Rachel

    (@xxrayray)

    That worked, except the arrows are now in the way of the words as you said. Is there any way that can be adjusted as well? Thank you for your help!

    • This reply was modified 6 years ago by Rachel.
    siniplyrathemes

    (@siniplyrathemes)

    I’ll try to fix it tomorrow, and will post it here if I succeed. Basically, I know what has to be done, just have to figure out how to do it. 🙂

    Kind regards.

    jarektheme

    (@jarektheme)

    Hi @xxrayray,

    Please replace above code inside Appearance → Customize → Additional CSS with this:

     @media (min-width: 768px) {
      .navbar-nav .dropdown-menu {
        width: 23em !important;
        max-width: 23em !important;
      }
    }

    Kind regards

    Thread Starter Rachel

    (@xxrayray)

    Thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fixing dropdown width?’ is closed to new replies.