How do I fix problems when using different resolutions?
1
I am styling a mendix app, but I have come across certain problems. As I use different resolutions, I see that buttons and certain texts change position. Is there a way to fix this?
asked
Roula Basheer
1 answers
1
This is a basic aspect of responsive design. Mendix uses bootstrap which adapts to the resolution of your browsers viewpane. You as a developer should anticipate the different resolutions of the end users and therefor make CSS/HTML code that works for all resolutions that your application supports.