Center Top Navigation?

Anyone worked out the css or whatever is needed to center the top navigation items in the panel builder when choosing the top layout?
Solution
try to create a custom theme and add this

.fi-topbar nav ul {
    @apply justify-center w-full;
}
Was this page helpful?