Site logo

Archived topic

Grid error on tablet

3 replies · Started by Paul on October 24, 2018

Viewing posts 1–4 of 4

Hi,

Using GP premium and light weight columns plugin and got a strange issue when wrapping two columns in a div. I t all works perfectly on desktop and mobile but when in tablet mode the surrounding box doesn't wrap the whole element - see screenshot:

https://cl.ly/5b6d26350855

Hi there,

try this CSS:

@media (max-width: 1024px) {
    .lgc-clear {
        display: block !important;
    }
}

That worked. Thanks

You're welcome

This archived topic is closed to new replies.