As the title says, I am looking for a way to make my dash app layout responsive…
Recently, I have been working on a dash project and wanted to test how it is seen on different devices before polishing final details. To do that, I used “Enter Responsive Design Mode” of Safari browser and experimented with different devices/screen sizes. As it turns out, my app is NOT responsive at aall
Here I am hoping to take some tips, recommendations and/or resources to convert my app into a fully responsive (handsome) app.
If it makes any difference, I mainly used Dash Matinee Components on my app.
PS: I know it is not a directly a dash question rather a CSS one, and sorry for that!
I guess the main container/division that contains all the app components…
Here is the simplified version of my app layout, maybe it would make things easier for you.
What you are looking for are xs, sm, md, lg and xl parameters of dmc.Col that are inserted in dmc.Grid. If it is not workikg for you we would need to see more code as AnnMarie noted.
You can get some sense how it works from mantine documentation