Hello Sanjeev,
I’m trying to hide a row on mobile devices because the effect doesn’t work with touch, it needs the click. I tried with the WP Bakery settings but they hided the row completely from everywhere.
I tried adding a CSS extra class .tester-1 and adding inside the CSS page pannel
@media screen and (max-width: 720px)
{
#tester-1 { display: none }
}
but nothing happened.
Then of course I have another row that I want to show just on mobile devices.
Can you please help me with this responsive issue?
Thanks a lot,
Simona
PS. I will join a Beginner Coding course next mouth so I hope to be soon able to solve these issues by myself soon