How to use both the Sticky and the Admin Bar at the top of the page

Knowledgebase Docs » UberMenu Sticky
USEFUL? 3

These instructions only apply to versions prior to v3.0

If you would rather not move your WordPress admin bar to the footer, you can move the sticky menu down just for when the admin bar appears. This will work best if you have your offset set to 0.

Just add this Custom CSS

.admin-bar #megaMenu-sticky-wrapper #megaMenu.ubermenu-sticky{
    margin-top:28px !important;
}