Tagged: enfold
Hey guys – I found someone with a similar request but I didn’t find the solution to their thread: https://kriesi.at/support/topic/masonry-gallery-center/
I have seven items and they need to be stacked in the same way that the wine bottles are above.
What kinds of CSS would be needed?
Hey Andrea,
Please add two different masonry elements to your page and choose to display 4 columns in the top one and 3 in the bottom one and then add following code to Quick CSS
#av-masonry-2 {
max-width: 900px;
margin: auto;
}
You would need to adjust the value and selector of your masonry element
Best regards,
Yigit