How to rotate an Image in Squarespace

To rotate an Image in Squarespace, just use this simple tip.

#1. First, install Squarespace ID Finder (free) to find the ID of the Image Block.

In my example, we will have:

  • #block-b7cf63143c660c0eeb7e

#2. Use this code to Custom CSS box to rotate this image

#block-b7cf63143c660c0eeb7e {
    transform: rotate(40deg);
}

image

#3. Result