5th Columns Fix HTML Pages

 avatar
unknown
html
a year ago
458 B
30
Indexable
/*PASTE THIS BEFORE THE CLOSE OF THE STYLE SECTION OF YOUR PAGE (I.E. BEFORE </style>*/


.row .col .s5ths {
    width: 20% !important;
}

@media only screen and (min-width: 601px) {
    .row .col.m5ths {
        width: 20% !important;
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l5ths {
        width: 20% !important;
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl5ths {
        width: 20% !important;
    }
}
Editor is loading...
Leave a Comment