
Hi Lachlan,
This is a bug with Firefox and UIkit grid layout. To solve it, add the following code to your style.css file :
@media print {
.uk-grid {
display: inline !important;
}
}
I hope this will solve your problem.

Hi Etienne,
This piece of code solved the problem.
Many thanks for your help.
Lachlan