Skip to Main Content
  • Questions
  • Radio radio button prompt shifted after upgrade to 20.2

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Martijn.

Asked: April 14, 2021 - 5:38 pm UTC

Last updated: April 15, 2021 - 3:44 am UTC

Version: 20.2

Viewed 1000+ times

You Asked

We are upgrading Apex from 5.2 to 20.2. Our applications are using theme 26. (Of course we need to update the applications to theme 42, but for now this step is too big.)

After the upgrade, the prompt of the region buttons is shifted to left (behind the buttons). See https://apex.oracle.com/pls/apex/f?p=18605:1

Can we easily solve this with an css-adjustment?

and Connor said...

I stress I'm not a CSS expert :-) but looking at your example, there is

table.formlayout td label {
    padding: 3px 8px 3px 0;


Perhaps look at adding something in the page

table.formlayout td label {
    padding: 3px 8px 3px 20px;


and test rigorously!!!



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

APEX

Keep your APEX skills fresh by attending their regular Office Hours sessions.