media query in mendix ( responsive issues)

0
hi team , how can i write media query in mendix for different desktop screen size? I have faced so much responsive issues on different resolutions .  Please provide step by step process it will be really helpful. Thanks.    
asked
2 answers
0

You can use the Media Queryies from CSS in the Sass files under ‘styling’

answered
0

Hey dude,

If u are using Visual studio code for styling then go to the theme folder of your memdix application where u can find web and native folder, or else in mendix u can find under styling.  There you will find main.scss and custom-variable.scss file. Then create a new custom scss file and using media query make your application responsiveness. Then import that file in main.scss file and run the code. 

I hope this will help you. 

Thank you

answered