html - CSS-Bug in Bootstrap-Template -


on following template css bug. if u resize browser, see template has horizontal scrollbar. not nice responsive design. on iphone6 (not landscape) have same effect. can see background-image on right side. tryed lot nothing helps. has idea fix it?

template here

the causes of issue extended headline sectionalize. , col-* classes.

use below code reduce font-size @ lower screen size.

@media (max-width: 480px) {   .v-center {     font-size: 40px;   } } 

remove col-* classes above .container

enter image description here


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -