Click on top corner user profile avatar icon.
Click "Home"
Scroll down to "Library Order"
Make changes there.
Also if you want to eliminate the horizontal scrolling layout, you can try this bit of CSS code
Copy and paste the following then restart:
@media all and (min-width: 50em) {
.homePage .emby-scroller {
margin-right: 0;
}
.homePage .emby-scrollbuttons {
display: none;
}
.homePage .itemsContainer {
flex-wrap: wrap;
}
}
Click "Home"
Scroll down to "Library Order"
Make changes there.
Also if you want to eliminate the horizontal scrolling layout, you can try this bit of CSS code
Copy and paste the following then restart:
@media all and (min-width: 50em) {
.homePage .emby-scroller {
margin-right: 0;
}
.homePage .emby-scrollbuttons {
display: none;
}
.homePage .itemsContainer {
flex-wrap: wrap;
}
}