Hi. I have customized my website to make the navbar of activello sticky and it worked successfully but the problem now is the menu. it is overlapping when viewed in firefox. what should i do? thanks in advance for your help!
Hi @jannahbanana,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Kind Regards,
Movin
Hi @Movin. site is lowcarbasia.com Also, I just noticed that the menu is not working on mobile. If i use the responsive menu plugin, which I’ve seen you suggested in another thread, I’ll have a responsive menu but using the footer menu on the right and on the left I’ll have my top menu but not responsive.
You can try resolving menu overlapping issue by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#page .navbar-default .navbar-nav> li> a {
position: static;
}
thanks @Movin! That worked! It also fixed the menu on mobile
You are most welcome here