You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: