an
groups-icon

Bootstrap 3 and 8.2 scroll bar on the bottom

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:

    /* 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;
    }

    May 24, 2015 at 2:04 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 24, 2015 at 3:31 pm

514

Views

1

Replies