adding logo in sticky menu

Hi there!

I would like to add logo to sticy manu which will be visable during scrolling the site.

The same sollution which you have here.

Is it possible?

Link to the site: www.ebookoo.pl

Hello there,

I hope you are doing well today.

Just to be clear, you want to have a sticky menu that remains while scrolling?

If so this CSS will help:


.navbar.navbar-default {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

Best Regards,
Support