5th Columns Fix HTML Pages
unknown
html
a year ago
458 B
36
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