Hi,
I would like to center the main menu and the single items in the menu in JA Simpli.
Anyone can suggest the right code to put in my custom.css file?
TU
lucfit
You can try this:
@media (min-width: 1199px) { #mainnav .nav-collapse { left: 30%; } }