Help with Printing Page Breaks

I have successfully created page breaks for one of my scenes to print in multiple page format. However, when I go to print it will not print more than one column. My detail views have more than one column and they print fine side by side until I create these page breaks. What do I need to change with my CSS code below? Any help is greatly appreciated!

@media print {
#kn-scene_263 .columns {display: block;}
#kn-scene_263 div.view-group.view-group-15 {page-break-before: always;}
}