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

Not entirely sure how you want this to look but the style you have is missing a bracket (with bracket below)

@media (max-width: 620px) {
#zentools-199.zentools [grid-col]:not(.zt-no-collapse) {width: 50%;}
}

Cheers
Paul

    paulus1031 Paul!!! Welcome back! I cannot tell you how long I looked at this and couldn't see the issue. Thanks for the help.

    Write a Reply...
    You need to Login to view replies.