ok not the solution to disable some elements … but for my equipment (android Phone and Pi Touchscreen 7") fo me the best solution …
it resizes the elements so that you see everything whithout scrolling.
edit the file /volumio/http/www/styles/app- … .css -> it has only one … but i think the name is not stable.
search for -> .browseTable .listWrapper.grid .itemWrapper -> one word!!
you find it 4 times
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:50%; …
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:25%; …
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:16.6667%; …
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:16.6667%%; …
I changed it to:
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:25%; …
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:14%; …
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:14%; …
- .browseTable .listWrapper.grid .itemWrapper{float:left;width:14%; …
and now it looks like next printscreen on the phone ->

and next printscreen on the pi 7" Touchscreen ->

for the Children this is much mor intuitive
If anybody has a possibility to disable elements … i will love it!!
Thank you Andi