Thanks for sharing the Simpliste template. Could you please tell me how I can add code to the style sheet to set 6 columns? I tried adding the following, but couldn’t get it to work.
/* Columns
———
.col_16.6666 | .col_16.6666 | .col_16.6666 | .col_16.6666 | .col_16.6666 | .col_16.6666
.clearfix
———
*/
.col_16.6666 {
width:14.6666%;
margin:0 2% 0 0;
float:left;
}
.col_16.6666.wrap { width:16.6666%; margin:0;}
@media only screen and (max-width:768px) { /* Tablet */
.col_16.5,
Any suggestions will be appreciated.
Thanks for sharing the Simpliste template. Could you please tell me how I can add code to the style sheet to set 6 columns? I tried adding the following, but couldn’t get it to work.
/* Columns
———
.col_16.6666 | .col_16.6666 | .col_16.6666 | .col_16.6666 | .col_16.6666 | .col_16.6666
.clearfix
———
*/
.col_16.6666 {
width:14.6666%;
margin:0 2% 0 0;
float:left;
}
.col_16.6666.wrap { width:16.6666%; margin:0;}
@media only screen and (max-width:768px) { /* Tablet */
.col_16.5,
Any suggestions will be appreciated.