Server Credentials for viewing website: demo/demo12
When you active the sub nav the underline on hover isn't working on the second menu item like it does on all the rest. It happens on all nav items with a dropdown sub nav.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul > li:last-child, #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul > li:last-child {
margin-bottom: 14px !important;
}
Server Credentials for viewing website: demo/demo12
When you active the sub nav the underline on hover isn't working on the second menu item like it does on all the rest. It happens on all nav items with a dropdown sub nav.
Thanks
Dan
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team