html5 - bootstrap not being responsive -


i search in forum , dont see nothing related trouble:

i have website: http://www.vendopor.com/barc3lona/transportes.php

and yesterday, after no changes, no problems, website start not being responsive.

i dont know happen, tried remove items on web (to see not responsive) , website still not being responsive.

if can me appreciated.

so all, if u need code or something, tell me.

in file "css/spacelab.css" there absolute sizes, if disable loading of css, site becomes responsive.

if want change responsive element sizes defaults in bootstrap-responsive css, need set various media queries:

@media (min-width: 1200px) {} @media (min-width: 768px) , (max-width: 979px) {} 

etc..

media queries official documentation

media queries how-to


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -