April 18, 2019 at 6:30 am
#62524
Theme Horse Support Team
Keymaster
Hi @siwat2545,
We checked your site. Ya the navigation menu is not working well in your site. Some other 3rd party plugins might have affected the navigation menu. But still you can paste the below custom CSS code in Appearance > Customize > Additional CSS to make the navigation menu work well.
.collapse.in {
display: block;
}
Thanks