Pregunta

hi I am using bootstrap from a month and I know how to change any site into responsive site through bootstrap.

there is a site which i want to change into the responsive site. i specify the bootstrap library and then i run it. but then i see that only few things are responsive like about page text, event and menu but i want all the things into responsive like slider, contact page and gallery page which is not responsive. what should i do ????

¿Fue útil?

Solución

Its is very easy to make your website responsive with bootstrap just include bootstrap library. You can download it from here and you can also include on-line library of bootstrap

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> 

and just include class to <div> it will make your site responsive. and you can find more help from here and if you can submit some code I will help you more feather.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top