Hello, I’ve looked at various forums and still can’t figure this out! On the old Cornerstone it was really easy to hide sections/rows based on device.
How do we do that with the new Cornerstone? I want to show a certain section on mobile only and vice versa.
I am unsure of that feature but If anything you can use this
@media (max-width: 767px){
.invisible-section{
display:none;
}
}
Hi, it’s also easy like in cornerstone:
Click on the section/row/element you want to hide and at the option “customize” and below “Hide During Breakpoint” and get what you want
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.