Nzzer0 5 Posted January 20 Posted January 20 I have 150 libraries with custom thumbnails and its crazy to view then four at a time in a horizontal scrolling panel on the homepage. I had a custom script that changed it to wrapping (so they fill up the page and you scroll the page down) and it was excellent, but its stopped working. Is there a currently working solution to get them to run down the page instead of horizontal scrolling? thanks, Simon
Killface69 51 Posted January 26 Posted January 26 div.section0 > div.itemsContainer, div.section0 > div > div.itemsContainer { flex-wrap: wrap; } Try this. This should only change the main libraries display (section0). The second selector is needed for smaller screen sizes. 1 1
Solution Happy2Play 9280 Posted January 26 Solution Posted January 26 (edited) Really it should do it by default but is dependent on Display mode and I believe touch screen is a factor also. But yes the above code should accomplish what you want also. Note this is dependent on My Media being the first section otherwise you have to change the code accordingly. div.view-home-home div.section0 div.itemsContainer {flex-wrap: wrap;} Edited January 26 by Happy2Play 1
Nzzer0 5 Posted January 31 Author Posted January 31 wow amazing thank you guys, it worked! so happy right now, its been like this for ages, id almost given up thanks again!
visproduction 231 Posted February 13 Posted February 13 Nz, If you select Happy's post as the solution, then we can see that the issue is resolved in the forum list. This makes it easier for the rest of us to choose which post to open. Thanks.
KMBanana 107 Posted Thursday at 03:08 PM Posted Thursday at 03:08 PM Is there an easy way to do the opposite? I only have a few, and it's very annoying if I'm either zoomed in enough or on a narrow enough screen for a single item to overflow into a whole new line is very annoying.
Happy2Play 9280 Posted Thursday at 03:21 PM Posted Thursday at 03:21 PM 8 minutes ago, KMBanana said: Is there an easy way to do the opposite? I only have a few, and it's very annoying if I'm either zoomed in enough or on a narrow enough screen for a single item to overflow into a whole new line is very annoying. Not really as the virtual scroll only appears in specific display modes or touch screen. As by default there should be no scrolling on My Media. Will looks when I get a chance if someone else has not followed up as I don't know all the variables as the image above if I shrink the width it will go to a scroller but my stable versions does not so not sure if there is a number of libraries variable also.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now