31.10.2015, 20:01
(This post was last modified: 31.10.2015, 20:07 by Erwin van der Zwart.)
Hi,
You can use custom css to hide the trend names on small screens with the @media screen selector.
This way you can set a resolution scope when the css rules to hide the names must be applied.
Rearrange of the trends is now only possible with script. You need to know SQL then you can run a query on the DB to change the sort order.
BR,
Erwin van der Zwart
You can use custom css to hide the trend names on small screens with the @media screen selector.
This way you can set a resolution scope when the css rules to hide the names must be applied.
Rearrange of the trends is now only possible with script. You need to know SQL then you can run a query on the DB to change the sort order.
BR,
Erwin van der Zwart