Hello,
I am also trying to create a three column grid page, … but without any success.
I put the following code in the editor …
.page-template-grid-page .content-wrapper.full-width {
margin: 0;
}
.child-page {
width: 275px;
padding-left: 50px;
}
.child-page {
margin-right: 0 !important;
padding-right: 35px;
}
… but the result is one column grid page (one page/element on one row/line).
(Using Sela theme 1.0.12 and Worpress 4.4.2)
Any help would be greatly appreciated!