Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Carlos Lugo
0 points
Beginner
For those who have upgraded to 8.2 and are seeing a horizontal scroll bar on certain display sizes, it appears to be a Bootstrap issue. I raised the issue already in support but found this temp solution that worked for me. Just add to your custom css:
For those who have upgraded to 8.2 and are seeing a horizontal scroll bar on certain display sizes, it appears to be a Bootstrap issue. I raised the issue already in support but found this temp solution that worked for me. Just add to your custom css:
/* Custom container */
.container-full {
margin: 0 auto;
width: 100%;
}
/*fix row -15px margin*/
.container-fluid {
padding: 0 15px;
}
/*fix navbar margin*/
.navbar{
margin: 0 -15px;
}
/*fix navbar-right margin*/
.navbar-nav.navbar-right:last-child {
margin-right: 0px;
}
Members Only Content
This reply is for PremiumPress customers only.
Login Now