Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Kyle McCarley

    (@kylemccarley)

    I’ve dug around in the code as much as my remedial knowledge can handle, and can’t figure out a way to get the two column display I’m looking for. If one of the plugin developers, or anybody else for that matter, has any ideas at all, I’d really appreciate it. Thanks!

    Plugin Author Ben Casey

    (@casben79)

    Hi Kyle,

    Sorry this was overlooked in the support tickets last week.

    if you add the following CSS to your theme, or use a custom CSS plugin to add it to your site it will display in 2 columns.

    .tb_book{
        float:left;
        clear:none!important;
        width:50%;
        height:230px;
    }
    Thread Starter Kyle McCarley

    (@kylemccarley)

    Bam! Works like a charm. Thanks a lot, Ben! Love the plugin; keep it up!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two Column Archive Display’ is closed to new replies.