25.11.2019, 05:48
(24.11.2019, 11:03)admin Wrote: This might be helpful: https://developer.mozilla.org/en-US/docs...rientationthanks to the information, I tried but I didn't get the desired result, I apologize for the inaccuracies but I didn't study this matter and therefore I need your kind technical support.
Code:
.item.verticaltext.item-label {
transform: rotate(90deg)!important;
transform-origin: left top 0;
}
p {
writing-mode: vertical-rl;
text-orientation: upright;
}