Zwaeback
-
Posts
7 -
Joined
-
Last visited
Community Answers
-
Zwaeback's post in How to Set Max Image Width for Images in Masonry Gallery was marked as the answer
Hi,
I think I've mostly solved the problem with the following code, which limits the size of the 4 column gallery width.
[data-section-id="647a5dbae5e1f60246ddc224"] .gallery-masonry {
max-width: 2955px !important;
}
Now, I just need to find the code to justify the gallery to the center, rather than the left side.
Thanks,
Phil