[Resolved] Possible to have a submenu expanded by default?

Home Forums Support [Resolved] Possible to have a submenu expanded by default?

Home Forums Support Possible to have a submenu expanded by default?

  • This topic has 3 replies, 2 voices, and was last updated 3 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1675569
    apmichaelson

    Hello everyone, thank you for your great product!
    I use GeneratePress with Sider to have my navigation on the left side. I’ve got a submenu to show navigation, and I’d love to have the submenu expanded by default, so that my site visitors don’t have to click in order to see what the options are. Is this possible, or maybe some other/better way to achieve this visibility? Thank you so much!

    #1675582
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .main-navigation .dropdown-click .main-navigation ul ul {
        display: block;
        left: auto;
        right: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        overflow: visible;
        text-align: center;
    }

    I added text-align: center; above to center the submenu, feel free to remove that line if not needed.

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

    You should be able to style the rest in the customizer.

    Let me know if this helps ๐Ÿ™‚

    #1675620
    apmichaelson

    Leo, thank you so much! That’s perfect, much appreciated!

    #1676351
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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