Anyone … the main question is no.2 – I want a layout with sidebar on side and ONE (wider) COLUMN beside.
Now I tried with:
.blog-grid.column-2 {
width: 100%;
padding: 0px 1.25%;
float: left;
position: relative !important;
left: auto !important;
top: auto !important;
}
Is this right way?