Hey. I know I searched the same exact thing!
However I found one provided by you, which does the 3column one.
Could you pretty please, fix this CSS Code, to fit my layout, which is 1Column, Content on the right? Below is the CSS I found but I can’t fix.
.col-3cm .main-inner { padding-left: 260px; background-position: -80px 0; }
.col-3cm .s1 { margin-left: -260px; }
.s1 { width: 260px; }
@media only screen and (min-width: 479px) and (max-width: 960px) {
.s1-expand .s1 { width: 260px; }
.s1-expand .s1 .sidebar-content,
.s1-expand .s1 .post-nav { min-width: 260px; }
}
Thank you. Means alot you replied.