Hi!
In Layouts Settings in top position I created new layout for: Additional menu, Social buttons and Search. Then I created additional menu with 4 items, created a module for it and attached this module to the left block of new layout. The problem is that the menu is vertically. How can I make it horizontal? Page example: https://tocrete.com/friends (upper left corner).
Thanks
Hi smalir
You can use this custom css:
.t4-extramenu-search .navbar .nav li.nav-item {margin-right: 15px;} .t4-extramenu-search .navbar .nav.navbar-nav {flex-direction: row;}
saguaros, it works, thank you so much!
smalir You're welcome!