25.09.2018, 07:33
(25.09.2018, 07:03)admin Wrote: This can be done via Custom CSS. Set Additional classes to rotate-30 of your element. Change degree as needed.
Add to custom CSS:
Code:.rotate-30 {
transform: rotate(30deg);
}
Hello Admin,
Thank you for your reply. I have tried the code but didn't see any difference on the rotaion of the element. Instead it is as usual positioned. Please see below if i did correctly what you suggested.
Regards