Hello! I am hoping to make the first gallery block on my page 2 across on mobile and the second one stacked to be one image per row.
I am using this code to make my mobile gallery 2 across, but it's not working right:
/* Mobile Gallery 2 columns */
@media screen and (max-width:767px) {
#block-2b83931e6686f798f981,#block-3efb5f8572b7cfae3934, .slide {
width: 50% !important;
}
Here is an example of the page I am looking to use it on. I would like the icons in the first gallery block to be 2 across on mobile and now they are stacking: https://www.whoatravel.com/ecuador
Thanks in advance!