Hi,
I have a custom menu in the left sidebar. But menu alignment is to right.
How can I change menu alignment to left?
And submenu item with little indent?
And visible is only H1 menulinks, H2 is closed and when I click on the H1 menu link, then appears H2 menu items and when I open another H1 menulink, then previously open menuitems will disappear.
Best regards,
Eve KJ
Hey evekj,
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;
}
.widget_nav_menu ul ul{
margin-left: 20px !important;
}
Best regards,
Josue
Hi,
I added code
.widget_nav_menu {
text-align: left;
}
.widget_nav_menu ul ul{
margin-left: 20px !important;
}
But all menu items are all the time visible. When I open for example category Kent, then category Berner must be closed. Menulinks bullets are also still aligned to right.
And how can I set, that active menulink is for example red?
Best regards,
Eve KJ
Hi,
that’s the way a widget menu works. If you need special function then you would need to search for a plugin with such functions.
Use this code for active menulinks:
.current-menu-item a {
color: red;
}
Best regards,
Andy
Thank you for your answer.
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy