Not able to make bootstrap responsive design work with dotnetnuke

后端 未结 3 649
旧时难觅i
旧时难觅i 2020-12-06 06:14

I have used twitter bootstrap in my project with DotNetNuke. I did my designing and layout using HTML, CSS, bootstrap. The responsive design was working fine when I tested i

3条回答
  •  醉话见心
    2020-12-06 06:54

    You're missing the meta that targets mobile devices for proper scale. Insert the following in the header of your page:

    
    

提交回复
热议问题