Hi, on several pages I am using a sidebar custom menu. There is this mysterious block that shows up and follows which menu item is active.
The pages are: http://redesign.openfin.co/support/documentation/ (click any of the menu item to watch the block move up or down) and http://redesign.openfin.co/openfin-runtime-introduction/
Attached is a screenshot to show the block in the lower left.
Any ideas what this might be?
Hi Slade!
It’s from your custom CSS. This should fix it.
aside li.menu-item {
padding-right: 0px !important;
}
Cheers!
Elliott
Perfect!
Thanks Elliot!