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?
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
Comments
Post a Comment