25.09.2018, 07:03
This can be done via Custom CSS. Set Additional classes to rotate-30 of your element. Change degree as needed.
Add to custom CSS:
Add to custom CSS:
Code:
.rotate-30 {
transform: rotate(30deg);
}