My left sidebar sub menu is not aligned once an item is select “active”
Notice the left menu items once selected:
Thanks for any help.
Hey Diane!
I can see it aligned, just some padding between the elements.
Is that what you mean? If so
.widget_nav_menu ul:first-child > .current_page_item > a {
}
that is the class, remove the paddings or make it different size, so it can function properly.
Thanks a lot
Cheers!
Basilis
The sub menu lines up perfectly when items are not selected.
Landscape Maintenance
Landscape Construction
Irrigation
ETC
When a menu item is selected, it bounces one space to the left. Perhaps it is the bold font that causes this adjustment. How would I make the selected items not bold?
It then looks like this, where Landscape Maintenance (or any selected menu item) is out of vertical alignment with the other menu items
Landscape Maintenance (this is now vertically aligned to the left of the other items)
Landscape Construction
Irrigation
If you check the temporary website, you will see. Services, then select any menu item.
Thanks, I hope this is more clear.
Diane
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.widget_nav_menu ul:first-child>.current_page_item>a {
padding: 6px 0px 7px 0 !important;
}
Best regards,
Rikard
That worked great! Thank you for your help.