Hi,
i added some videos with lazy load on my page.
As i would like to make the page look more clutter, i would like to rotate each video for some degrees to left and right (the rotation should be fixed/no movement).
Please see screenshot.
How can i do that?
Kid regards Jak
Hey Jak,
Please edit your 4 column elements and give each of them a custom CSS class in Advanced > Developer Settings tab and then add following code to Quick CSS
.your-custom-column-1 { transform: rotate(5deg); }
.your-custom-column-2 { transform: rotate(-7deg); }
.your-custom-column-3 { transform: rotate(3deg); }
.your-custom-column-4 { transform: rotate(-4deg); }
Cheers!
Yigit
Hi Yigit,
fantastic!!!! Really great! Thank you so much!
kind regards Jak