Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Rotate project title
Hi Armin,
any chance to rotate the project title 90 degrees? 🔁
Thank you.
Best, Michael
Do you mean on project thumbnails? You can use this css in "Lay Options" -> "Custom CSS":
.title{ transform: rotate(90deg); -webkit-transform: rotate(90deg); }