I am trying to: Get Header Menu to go Horizontal again
Link to a page where the issue can be seen: hidden link
I expected to see: No change after installing
Instead, I got: My menu went vertical and I have no idea how to revert that
Hello,
Toolset Layouts plugin is based on Bootstrap framework:
hidden link
But your website theme isn't compatible with Bootstrap, you might consider custom CSS codes, for example:
ul.navbar-nav {
flex-direction: inherit;
}
See screenshot nav.JPG
Thank you for your answer, Luo Yang. If I implement this CSS code will that make Layouts work or will that solve the horizontal vs vertical menu issue?
It is only a workaround for horizontal vs vertical menu issue.
But since your theme is not compatible with Bootstrap, there might be other compatible problems when you use Layouts plugin, I suggest you check it with your theme author, make sure this theme is compatible with Bootstrap.
Here is the recommended theme list, for your reference:
https://toolset.com/documentation/recommended-themes/