(Squarespace) Change content width on Event List Page

To change content width on Event List Page.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.eventlist {
    max-width: 900px;
    margin: 0 auto;
}

Result

1 Like