So tab appearance / editor file style.css
search
…………………………………………………….
.post-inner {
width: 920px;
max-width: 85%;
margin: 0 auto;
padding: 80px 0 90px;
}
……………………………………………
.section-inner {
width: 1040px;
max-width: 90%;
margin: 0 auto;
}
…………………………………………
.posts .post {
width: 48.025%;
padding-bottom: 48.025%;
}
.posts .post:nth-child(4n+1) { margin-left: 3.95%; }
.posts .post:nth-child(2n+1) { margin-left: 0; }