Reply 225679 to: Empty space

Avatar: John Holden
John Holden
Support staff
November 26, 2019 at 06:26

Hi,

You can use custom classes to hide rows on large screens https://prnt.sc/q23kky

Then, use below code

@media (min-width: 1024px){
    .hidden-row-lg{
        display: none !important;
    }
}

Regards,
Hung PD

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.