Hello, I want to make the menu bar at the top (Module name is Load Monkey Menu 2) horizontal. I have tried following the instructions I found here - https://www.cloudaccess.net/joomla-knowledgebase/99-joomla-3-1/module-manager/520-module-suffix-menu-suffix-joomla-3-0.html. However, I cannot get it to work and it continues to display the module as a vertical menu.
I have attached a screenshot of the module setup and a screenshot of what I want it to look like.
Any assistance would be greatly appreciated.
trevorellis Hi Add this code in custom.css file and it will work fine
.nav-stacked.nav-stacked > li { float: left!important; }
Regards
Ninja Thanks, that has worked.