Hi, I´m using a standard gallery with 1 row and 3 images (so 3 columns). On mobile this remains the same: 1 row, 3 images. I find the images way too small and would prefer it I could display each image fullwidth for mobile, i.e. in 1 column. I´m sure this is possible but I can´t find the right piece of code for targeting in custom CSS. Can you help? Thanks.
Hi sarawh,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi Rikard,
See down below. Thanks.
Best regards, Sara
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top #wrap_all .avia-gallery .avia-gallery-thumb a {
width: 100%;
}
}
Best regards,
Rikard
Hi Rikard,
I needed to add !important but then it worked – great, thanks for your help!
Have a good week & best regards,
Sara
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon