Hello
I have problem with menu on mobile version of my website.
Don’t know when it changed.
Menu don’t want to drop down after click/
http://trojanowska.nazwa.pl/new/
Hi @mwth,
I hope you are well today and thank you for your question.
It seems happening on your site due to CSS conflict.
You can try resolving this 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
.collapse.navbar-collapse {
position: relative;
}
Best Regards,
Movin
Hello
Thank you for reply.
It work’s but it cuts half facebook and instagram logo.
Could you help me solve this?
Thank you one more time
You can try resolving that by using the below CSS code.
@media (max-width: 767px){
#page .navbar-default .nav-search{
display: block;
}
}