Anand Jagtap
Anand Jagtap

Reputation: 85

How to align three items in single row in oracle apex

I'm having problem with items alignment in universal theme 42.

Please look into the picture below,

enter image description here

All of the shown page-items are having label column span = 1.

Please help me to solve this problem.

Upvotes: 0

Views: 1469

Answers (1)

Enrique Flores
Enrique Flores

Reputation: 755

The grid is based on 12 columns. You have to use the grid as Bootstrap principle.

https://getbootstrap.com/docs/4.5/layout/grid/

It means that you can't overcome 12 columns for each row. In the image that you uploaded in this post I would use 4 columns each item or less depends of the size.

Let me know if you have more questions.

Upvotes: 1

Related Questions