Hi,
Since the update to 21.1 I noticed that the responsive classes for hiding/showing items are no longer working. Classes like hidden-xs-up en hidden-sm-down which used to work ( tested in 20.1 ) don't hide the related content anymore.
I've tested this with the most simple example which is in the "Universal theme sample application" and tested this on apex.world.com, still not working. If I use an app in which I don't upgrade the UT to the latest version this is working on 21.1 so I think the problem is in the latest UT version.
Anybody got a good work around for this ?
The test I've used is :
<div class="hidden-xs-up">
This is displayed for screens below 640px only.
</div>
<div class="hidden-sm-down">
This is hidden for small screens, and only visible when the screen is at least 992px wide.
</div>
Kind regards
Bas