-
AuthorPosts
-
March 6, 2017 at 11:00 am #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, 8 months ago by yampieters.
March 9, 2017 at 2:04 pm #758355Hey 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, 8 months ago by Yigit.
March 11, 2017 at 11:15 am #759346hi yigit, thanks!
is it also possible to only show the sub menu items once you click or roll over a main menu item?March 14, 2017 at 2:37 pm #760734Hi,
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,
YigitMarch 14, 2017 at 6:38 pm #760905bi 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, 8 months ago by yampieters.
March 14, 2017 at 11:58 pm #761054Hi,
Can you please make sure that you went to Enfold theme options > Sidebar Settings and checked “Sidebar on Smartphones”?
Best regards,
YigitMarch 16, 2017 at 1:26 pm #761875yes, 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, 8 months ago by yampieters.
March 16, 2017 at 1:36 pm #761886Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.