Reputation: 57
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) :
but when the screen size changes, from device to another device, the space between columns get bigger like this:
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
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