I'm very impressed with the Graphene theme, but my boss has asked me to list child page excerpts in a horizontal grid (rather than a vertical list). Can I easily achieve this by editing something in the stylesheet for this theme?
I'm very impressed with the Graphene theme, but my boss has asked me to list child page excerpts in a horizontal grid (rather than a vertical list). Can I easily achieve this by editing something in the stylesheet for this theme?
It just involves playing around with CSS. You can do something like this:
.child-page {
width: 28% !important;
float: left;
margin-left: 5px;
}Lovely! It posed a ton of new questions so I'm leaving it.
You must log in to post.