Can we use bootstrap grid system to control div width? -


bootstrap has grid system split div 12 divisions. thus, sometimes, intended use anywhere when want split div 2 or 3 equal sub divs. use col-sm-4 or col-sm-6. our senior engineer told us, never ever try use grid system control div width unless need grid system layout different devices(laptop, tablet, mobile). instead, use fixed div width or other ways. make sense?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -