Fixed menu problem

Hi,

I used the CSS code suggested in this thread to fix the menu bar on top when scrolled. However now there is a partial overlap of the Wordpress toolbar to the menu. I know it is only visible to me, but is it possible to solve the problem?

Thanks

Francesco

Hi Francesco,

Thank you for your question.

You can resolve it by also using below CSS code along with the CSS code shared in that topic.

.admin-bar nav.navbar.navbar-default {
    top: 32px;
}

Best Regards,
Movin