Hey guys!
Is there CSS to stop the masonry gallery from stretching fullscreen after a width of 1600px?
Thanks!
Hey ccyran,
Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-container {
max-width:1600px !important;
}
Best regards,
Rikard
perfecto! Thank you!
Last thing, is there any extra CSS to make the Masonry Gallery stay centered the wider the browser gets? It seems to stay left aligned.
Thanks!
Chris
Hi,
I’m not sure if it’s going to work, but you can try this:
.av-masonry-container {
margin: 0 auto !important;
}
Best regards,
Rikard
Ah that actually made it left aligned to the browser edge. No worries
Hi,
Ok, maybe this will work better?
.av-masonry-container {
display: table !important;
margin: 0 auto !important;
}
Best regards,
Rikard
ah that made it left aligned again. same result :/
Hey yep!
Hi,
Do you still need the modification? The color section’s maximum width is already set to 1400px.
Best regards,
Ismael
Hey Ismael,
I don’t. thanks!
Chris