• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles CSS Solution for Cast order after Special features

     
    • 0 Vote(s) - 0 Average

    CSS Solution for Cast order after Special features

    Reorder Cast after Special features
    jakamy
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2025 Jun
    Reputation: 0
    Country:Canada
    #1
    Yesterday, 02:46 PM
    For anyone annoyed by unseen special features and extras hidden by the big space cast and guests take above them. This is the fix (works on movies and series).
    Add this to the custom CSS on your server and refresh the page after once. (Feel free to change the "order: 1;" number as you prefer)
    ---------------------------------------------------------------------------------------
    #specialsCollapsible {
      order: 1; /* pushes its order # in the section as */
      margin-top: 2em;
    }
    #musicVideosCollapsible {
      order: 2; /* pushes its order # in the section as */
      margin-top: 2em;
    }
    #scenesCollapsible {
      order: 3; /* pushes its order # in the section as */
      margin-top: 2em;
    }
    #castCollapsible {
      order: 4; /* pushes its order # in the section as */
      margin-top: 2em;
    }
    #guestCastCollapsible {
      order: 5; /* pushes its order # in the section as */
      margin-top: 2em;
    }
    #similarCollapsible {
      order: 6; /* pushes its order # in the section as */
      margin-top: 2em;
    }
    ---------------------------------------------------------------------------------------
           
    Cheers
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode