The Grid extension mobile styling

Hi,

I just added a page to my site using The Grid extension. Everything is working great except the image thumbnail size on mobile. When I view the page on mobile the thumbnail image size very small. Is there a way to fix this?

Here is the page link: https://livenaturallymagazine.com/supplements-glossary/

Thanks!

Hi @hungryeye,

Please add this code in the CSS panel of The Grid:

@media (max-width: 480px) {
    .tg-grid-loaded .tg-layout-grid .tg-livenat-supplements {
        height: 245px !important;
    }
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.