Jump to content

Recommended Posts

Bootstrap is responsive only with min-width: 768px, while I would like to make it responsive to other types of devices, such as: 

 

@ media (min-width: 320px) {/ * smartphones, iPhone portrait, portrait 480x320 phones (Android) * /} 

@ media (min-width: 480px) {/ * smart phones, Android phones, iPhone landscape * /} 

@ media (min-width: 600px) {/ * tablets portrait, portrait iPad, e-readers (Nook / Kindle) landscape 800x480 phones (Android) * /} 

@ media (min-width: 801px) {/ * tablet, iPad landscape, lo-res desktops laptops ands * /} 

 

Could you help me figure out how to do?

Link to comment
Share on other sites

  • 1 year later...

Hi, i have the same problem.

I would adapt my website to smartphone, tablet and minimized window..which files i should modify and with which code?

and with that code
 
minimized window
minime
minimized window
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...