22.11.2019, 19:13
(This post was last modified: 22.11.2019, 19:13 by Erwin van der Zwart.)
Hi,
Can you post your questions in English in the future? Thanks!
You can do that by adding a custom class to the text element (in this sample verticaltext)
Add this code to you custom ccs:
BR,
Erwin
Can you post your questions in English in the future? Thanks!
You can do that by adding a custom class to the text element (in this sample verticaltext)
Add this code to you custom ccs:
Code:
.item.verticaltext.item-label {
transform: rotate(90deg)!important;
transform-origin: left top 0;
}
Erwin