Materialize is not responsive [closed]

-1

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

    
asked by anonymous 20.10.2017 / 01:59

1 answer

1

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.

    
20.10.2017 / 02:08