[Resolved] Grid error on tablet

Home Forums Support [Resolved] Grid error on tablet

Home Forums Support Grid error on tablet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #708792
    Paul

    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

    #708944
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    That worked. Thanks

    #709007
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.