Please see the left menu on this page: https://bvdatauniversity.com/databases/compensation-data/
I am using automatically generated menus (don’t want to use manual since this site will eventually have hundreds of pages).
Notice that the Compensation Data has two items under it–but the Compensation Data label is indented so it looks like it is a sub menu of “Specialty” Any menu I create that I use (using auto menus) will indent below the prior menu item). How do I make it so it is bold (like the example), but does not indent from the menu above?
Thanks – Ted
try:
#top .sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child > .current_page_item {
padding-left: 0
}
Worked perfectly! Thank you!!