I developed a site using the css link , but it is not responsive, I wonder if the materialize is responsive and if it has to do something for him to be responsive
I developed a site using the css link , but it is not responsive, I wonder if the materialize is responsive and if it has to do something for him to be responsive
In addition to using the pre-defined column classes, make sure you are using the view-port correctly. If you are unsure of the last step, add the following line to your header.
<meta name="viewport" content="width=device-width, initial-scale=1">
If you already have this line in your header, see if you are using the materialize columns correctly. The official documentation is fully explained.