I tried to put the menu in the masthead module position. The problem is that it is vertical. Which Menu or Module Class Suffix to use to get a horizontal menu. nav-pills suffix for default joomla template not working
midhat Hi The default view of menu module does not support the vertical option. share the page URL i will help you to make it with custom style.
Shared Menu is enabled only on shared url
midhat Hi You can use this code in custom css
#Mod226 .navbar ul {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } #Mod226 .navbar ul li{ padding: 0 1.5rem; padding-left:5px; }
To get the a better view i suggest you to use standard Header type of the template : https://ja-spa.demo.joomlart.com/index.php/homepage/home-navbar-standard
Thanks