[Resolved] How do I widen my drop down menu?

Home Forums Support [Resolved] How do I widen my drop down menu?

Home Forums Support How do I widen my drop down menu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268544
    Brian

    How do I widen my drop down menu?
    I’ve got my menu set to sticky, and my problem is, some of the items on my drop down aren’t visible, because it runs off the bottom of the screen. Because of the restrictions of the width of the drop down, I’ve got some Titles two or three lines instead of just one.

    I understand that there is a way to adjust the height, but it’s the width I’m wondering about. Any help would be appreciated. Thanks!
    Brian

    #268550
    Leo
    Staff
    Customer Support

    Hi Brian,

    Try this CSS:

    .main-navigation ul ul {
          width: 300px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #268574
    Brian

    Hi there Leo,
    Thanks very much, it worked like a charm!I appreciate it.

    #268575
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.