This site features advanced modifications you can make to customize Squarespace Gallery pages within your site. While we do not provide custom programming support, we've assembled this site as a reference to help you get started.
Instructions
To present a list of galleries in a grid, add the following to your styles Custom CSS:
.picture-gallery-list li {
float:left;
width:150px;
margin-left:20px;
}