Creating homepage with category columns

Viewing 2 posts - 1 through 2 (of 2 total)
  • #13059
    kitfriendesq
    Participant

    I’d like to have a homepage of Pinboard posts organised into 4 columns, with each one populated by one category.

    Any ideas how I could tweak the theme to achieve this?

    http://www.madebyafriend.org.uk/

    #13745
    adamsjo
    Participant

    I’ve been trying to do something like this too. I went to appearance/theme options/layout. It says that you can enter your custom CSS but it doesn’t seem to change anything. I wanted to have 4 columns – 2 sidebars widgets on the outer edges with 2 columns of content in the middle. It only allows for 4 columns of posts. Maybe my CSS coded is messed up?

    #sidebar-left .widget,{
    float: left;
    width: 220px;
    }

    #content .twocol{
    float: left;
    width: 440px;
    }

    #sidebar-right.widget,{
    float: left;
    width: 220px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.