I have searched everywhere and can’t find the answer… Has anyone figured out how to make tiled galleries responsive after the 4.5/3.5.2 update? I had to downgrade my site to get the galleries to be responsive again. Tnx!
Hi Anne!
can u please check our demo, and let us know if you see the same issue there also?
Thanks a lot
Best regards,
Basilis
Thanks Basilis. Yours look fine. I’m using standard (not the masonry) jetpack mosaic tiled gallery via code in a text block: [gallery type="rectangular" ids=""]
I put the site back to 4.5/3.5.2 so you can see. http://geckonia.com/gallery-test/
Thank you!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.container_wrap {
width: 100%;
}
Regards,
Yigit
YES!!!! That worked. Thanks Yigit… and wow I really need to learn css ;)
Hi!
Glad it did.
Please do let us know if we can do nything else for you, we will be happy to assist
Best regards,
Basilis
This is happening to me again… http://geckonia.com/portfolio-item/posters/ I still have that css in the Additional CSS area. I guess I need something else in there… so not sure what to do… thanks!
.container_wrap {
width: 100%;
}
Hi,
There is a Javascript error, which stops the script from calculating the correct width for the container.
The error in jetpack-carousel.js script.
There are two extra spans that script finds, they are not in the gallery, but they come up under this selector $( ‘a img[data-attachment-id]’ ). That’s why the script breaks.
Best regards,
Victoria