Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #756298

    is it possible for the menu on the left, to align it to the left?
    and than give submenu items an indent in the left menu?
    and is it also possible to let them appear, the sub menu items, only than when one has clicked the main menu item?

    • This topic was modified 7 years ago by yampieters.
    #758355

    Hey jelle,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .widget_nav_menu {
        text-align: left;
    }
    #top .sidebar_left .widget_nav_menu ul ul li:before {
        right: auto;
    }
    #top .sidebar_left .widget_nav_menu li.menu-item-has-children:hover .sub-menu {
        display: block;
    }
    #top .sidebar_left .widget_nav_menu .sub-menu {
        display: none;
    }
    

    Best regards,
    Yigit

    • This reply was modified 7 years ago by Yigit.
    #759346

    hi yigit, thanks!
    is it also possible to only show the sub menu items once you click or roll over a main menu item?

    #760734

    Hi,

    I updated the code in my last post. There was an error in it. Please try it now and it should display sub menu items on hover :)

    Best regards,
    Yigit

    #760905

    bi yigit, thanks.
    is it normal that this widget ( in which ive put my left menu ) is not displayed on a mobile device?
    ( i cant see it on my mobile phone, i mean)

    • This reply was modified 7 years ago by yampieters.
    #761054

    Hi,

    Can you please make sure that you went to Enfold theme options > Sidebar Settings and checked “Sidebar on Smartphones”?

    Best regards,
    Yigit

    #761875

    yes, thats it, thanks!

    ps1: imagine i only want to hide the menu on the homepage, what wuld be the code?

    ps2: now, on roll over the submenuitems will appear.
    imagine i would want to change that into; on click.
    what would be the code?

    • This reply was modified 7 years ago by yampieters.
    #761886

    Hi!

    1- Please add following code to Quick CSS as well

    .home .main_menu {
        display: none;
    }

    2- We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Cheers!
    Yigit

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