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!

Right align Display items

TomekDec 23 2021 — edited Dec 23 2021

Using Apex 21.1.5
No matter what I do I cannot direct the display items to right align. I tried various options with using inline CSS but no luck,

.display-only-start .apex-item-display-only {  width: 100%;  text-align: start; } 
.display-only-center .apex-item-display-only {   width: 100%;  text-align: center; } 
.display-only-end .apex-item-display-only {   width: 100%;  text-align: end; }

also tried direct "style

style="font-weight: normal;text-align: right;"

Setting the font works fine but alignment does not.
Any suggestions would be appreciated.

Comments
Post Details
Added on Dec 23 2021
3 comments
604 views