When using Kunena 6.3.0 with the default template from Kunena (Aurelia), the JA_morgan template main menu changes its behaviour. Normal it is horizontal, but when i enter the main forum page the website main menu becomes vertical.
When i disable the bootstrap inside kunena, it all goes well and the main menu stays horizontal. It seems that there is a bootstrap conflict between these two templates. Do you have a fix for this?
Thanks!
JA_morgan and Kunena 6.3.0
stephan5 Hi
You're right, JA Morgan comes with old bootstrap version which may have conflict with the new version in Kunena.
You can try this custom css:
.com_kunena #t3-mainnav {
padding-top: 0;
padding-bottom: 0;
}
.com_kunena #t3-mainnav .container {display: block;}
.com_kunena #t3-mainnav ul.navbar-nav {display: block;}
.navbar-nav .mega .dropdown-menu {position: absolute;}
.com_kunena .dropdown-toggle::after {display: none;}
and see how it goes.
Hi Saguaros,
It works! Thank you very much for your solution!
Glad to be of help
saguaros locked the discussion.