Tagged: left, navigation, Secondary, sidebar
Hi there,
I’d like to align the secondary navigation in the sidebar, & retain the indentation & dots when aligning the menu to the left.
Many thanks,
Jas
Screenshot
Note: Hi Yigit, yes managed the highlighting but still need to left align the menu :)
Hey Jason!
Thank you for the screenshot.
Please use this:
#top .sidebar_left .widget ul {
text-align: left;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
left: 0;
}
I hope that’s what you want. Let us know.
Cheers!
Ismael
Hi Ismael,
Almost, it’s just not retaining the indentations – screenshot
So I tweaked another rule;
.page-id-4055 .sidebar_left .widget_nav_menu .current-menu-item > ul, .page-id-4055 .sidebar_left .widget_nav_menu .current_page_item > ul, .page-id-4055 .sidebar_left .widget_nav_menu .current_page_ancestor > ul, .page-id-4055 .sidebar_left .widget_nav_menu .current-menu-ancestor > ul {
padding: 0 0 0 13px !important;
}
I just tested it on one page (obviously) & now I have this screenshot :)
It seems I need the !important – would that be correct?
Jas