Hi,
I figure it out.. not sure it this is the right way, please point me if you have another solution.
i have done this for the row i want to hide on mobile:
@media only screen and (max-width: 600px) {
.mobile_row_hide {
display: none;
}
}
and for the content i want to show on mobile I used “hide on device” (for large screen) check-box in responsive settings.
could you point me how to hide row on large screen with custom code?
thanks…