Reply To: How to put my logo on sticky menu?

Home Forums Support How to put my logo on sticky menu? Reply To: How to put my logo on sticky menu?

Home Forums Support How to put my logo on sticky menu? Reply To: How to put my logo on sticky menu?

#110792
Jan Sacdalan

after I put .main-nav to “sticky class”, the menu choices are not align in the sticky navigation. So I made my sticky background color to clear and then put this codes to “.myfixed css class” in the plugin’s settings

.myfixed { margin: 0 auto!important; float:none!important; border:0px!important; background:white!important; max-width: 100%!important; border-bottom: 5px solid #970000!important; box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.5)!important; }

The menus are align but my logo is not in sticky nav.