O Old Nick Well-known member Feb 17, 2022 #2 For example Less: @media (max-width: 900px) { [data-widget-key="your_widget_key"] { display: none; } } I put 900px to get the widgets on mobile when landscape mode but not on portrait mode.
For example Less: @media (max-width: 900px) { [data-widget-key="your_widget_key"] { display: none; } } I put 900px to get the widgets on mobile when landscape mode but not on portrait mode.
O Old Nick Well-known member Feb 17, 2022 #3 Oups... sorry, I didn't see it was in the development forum, probably you want something hard coded.