Yesterday, 05:31 PM
(This post was last modified: Yesterday, 05:32 PM by tayfurevsen. Edited 1 time in total.)
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:
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
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