[Resolved] Sider them

Home Forums Support [Resolved] Sider them

Home Forums Support Sider them

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1064067
    John

    Hi Support Team,

    I love the Sider theme. I do have a question about it. When i have a sub-menu there appears a small arrow to open the menu. This is very small. Is there a way that you can click on the menu-item to open the sub-menu?

    Kind regards
    John

    #1064140
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Layout > Primary Navigation you can select Navigation Dropdown type – and set this to Menu Click – this of course works if the Parent Menu item is not a page link itself.

    #1064169
    John

    Thanks for your quick answer. Is there a possibility to align the menu-items?

    Kind regards
    John

    #1064184
    David
    Staff
    Customer Support

    Can you provide a link to the site so i can take a look?
    You can edit your original topic and use the Site URL field to share privately.

    #1064190
    John

    Thanks, site is local at the moment.
    Kind regards

    #1064197
    David
    Staff
    Customer Support

    Can you share a link to an image that highlights the issue, maybe able to point to a solution.

    #1064200
    John

    https://www.webheer.nl//Screenshot.png

    I would like to align Home and About to the left side.

    Kind Regards
    John

    #1064208
    Leo
    Staff
    Customer Support

    On mobile only right?

    If so try this:

    @media (max-width: 768px) {
        .main-navigation .main-nav ul li a {
            text-align: left;
        }
    }

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

    Let me know ๐Ÿ™‚

    #1064259
    John

    No also on desktop

    #1064262
    Leo
    Staff
    Customer Support

    That case go to Additional CSS field in the customizer and remove this CSS:

    .site-header .main-navigation li {
        float: none;
    }
    #1064656
    John

    Thanks

    #1064955
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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