mona shiri
mona shiri

Reputation: 57

Oracle Apex fixed page or region size

I am creating a desk booking application in oracle Apex and I have a page with the images of desks to be booked. the whole page should look like this (I used buttons in columns in the region) : enter image description here

but when the screen size changes, from device to another device, the space between columns get bigger like this:

enter image description here

how can I set the page or the region to have the fixed size and dont change based on different devices?

Thank you

Upvotes: 0

Views: 1419

Answers (1)

Littlefoot
Littlefoot

Reputation: 143113

One option is to navigate to region's properties and put something like this into the "Custom attributes" property:

style="width:400px;height:200px"

Upvotes: 1

Related Questions