Forums

[resolved] [Theme: Graphene] Changing child pages list from horizontal to horizontal list (3 posts)

  1. lawsie
    Member
    Posted 7 months ago #

    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?

    http://wordpress.org/extend/themes/graphene/

  2. silverks
    Member
    Posted 7 months ago #

    It just involves playing around with CSS. You can do something like this:

    .child-page {
       width: 28% !important;
       float: left;
       margin-left: 5px;
    }
  3. lawsie
    Member
    Posted 7 months ago #

    Lovely! It posed a ton of new questions so I'm leaving it.

Reply

You must log in to post.

About this Topic