Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Responsive classes not working in 21.1 , problem with new universal theme

Bas de KlerkJun 10 2021

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

This post has been answered by Hilary Farrell-Oracle on Jun 10 2021
Jump to Answer
Comments
Post Details
Added on Jun 10 2021
2 comments
741 views