Is there a way to rotate and offset captions for images?
Any help would be great!
Thank you!
-
Rotating Captions
-
Hi Eightmuro8,
this here might help.
.caption.lay-textformat-parent { margin-top: 30px; -ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg); }
Add it to the Custom CSS.
Best!
Marius