I am using Zentools2 to display logos on this page. When in the mobile view, although the columns are set as 2, they are displaying as 1 column.
I have tried adding the following to the custom.css file but I cannot get it to work.
@media (max-width: 620px)
.zentools [grid-col]:not(.zt-no-collapse){
width: 50%;
}
I'm wondering what I might be missing.
Thanks in advance,
Steve