(Squarespace) How to align blog post content to Left

To align blog post content to left, like this.

You can use this code to Custom CSS.
You can also use this free blog tool so you can customize blog easier without using code.

div.blog-item-inner-wrapper {
    margin-left: 0 !important;
}
1 Like