Jump to content

How to remove effect responsive in bootsrap


dauruk0512

Recommended Posts

Hello guys, Thanks for some support in past. now i have been confused about this issue, yea this is my wrong cause i don't know if the projects doesn't care about responsive. the client want to keep every thing same in mobile, ipad, tablet or desktop. so i this is my simple demo , please click on it. my question is

 

  1. How can i remove effect responsive in bootsrap whatever the device access ?

 

Case : The demo just a simple demo, there is img in my project i have been remove class img-responsive but the col- i don't know how to remove effect repsonsive ?

 

will big thanks and many apreciatte about this issue

 

 

Link to comment
Share on other sites

You could use attribute selector to target all classes that begin with 'col-' because there would be about 48 altogether (xs, sm, md, lg x grid of 12)

 

[class|=col-] { width: whatever fix width;}

 

but i don't see how this would be ideal as a desktop layout can't possibly be practical for mobile, and google will grade down page ranking if not mobile friendly.

Link to comment
Share on other sites

Depends how far you want to go, you could adjust media queries where it adjust container width for different sizes to one fixed width on all (I suggest you comment out original width: property and value and add new below it just in case), it should remain same width on all devices, but innrr elements will remain responsive but to parent container width.But you might have to comment out all media queries but the desktop version.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...