Question

I have been designing a website with bootstrap 3 and it s responsive. I have no issue when i access the website through PC, including changing the size or the window. But when I try to check it on my mobile then the mobile.masterpage appears.

I don't want to work on mobile master page as it is already responsive.

Is there any reason why I should keep the mobile masterpage?

I would like to know how to disable the mobile view. please let me know how.

Was it helpful?

Solution

first of all go to http://getbootstrap.com/customize/#media-queries-breakpoints

Link.

Customize the breakpoint of the media queries as mentioned below

@screen-xs:9999px; @screen-sm:9999px;

Now the breakpoint for the mobile devices will be 9999px and your site will be no more responsive on mobile devices.

After Updating these option just download you package by clicking the link of Compile and download button at the bottom

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top