Joined August 2016
·

hector_stivalet

Posted to Five equal columns in bootstrap 3 over 1 year ago

Very nice I was having and extra right and left 15px padding and update you css like this:
@media (min-width: 768px) {
div.col-sm-7.five-three {
width: 60% !important;
padding-right:0 !important;
}
div.col-sm-5.five-two {
width: 40% !important;
padding-left:0 !important;
}
}

Achievements
1 Karma
0 Total ProTip Views