Jump to content

Rotating Text and Pictures in Squarespace

How do you rotate your text and pictures when making your own Personal Squarespace Website?

Link to comment
Share on other sites

Link to post
Share on other sites

I don't use squarespace, but it's possible if you can edit the CSS for the element. Read this:

https://support.squarespace.com/hc/en-us/articles/206545567-Using-the-CSS-Editor

 

after that you can use transform property for the element:

div.img {
  transform: rotate(20deg);
}

 

Ryzen 5700g @ 4.4ghz all cores | Asrock B550M Steel Legend | 3060 | 2x 16gb Micron E 2666 @ 4200mhz cl16 | 500gb WD SN750 | 12 TB HDD | Deepcool Gammax 400 w/ 2 delta 4000rpm push pull | Antec Neo Eco Zen 500w

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×