Jellyfin Forum
Need help centering sectionTabs in Jellyfin theme - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Need help centering sectionTabs in Jellyfin theme (/t-need-help-centering-sectiontabs-in-jellyfin-theme)



Need help centering sectionTabs in Jellyfin theme - tayfurevsen - 2025-07-06

Hi,

I’m applying a custom theme to my Jellyfin server and trying to center the .sectionTabs element on the page. I’ve added the following CSS:

Code:
.sectionTabs {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}

.sectionTabs-scrollwrapper {
    justify-content: center !important;
}

However, it’s not working as expected — the section tabs are still aligned to the left.
How can I properly center this element on the screen?

Thanks in advance!

https://imgur.com/a/fkynJ8W