Hi there,
I found the one line of styles that seemed to mess things up, it was:
#main-container > .row {
display: flex;
flex-wrap: nowrap;
}
It seems that the “display: flex;” was preventing the print issues in Firefox and Microsoft Edge. In the Print styles I was able to change that to “display: block;” which seemed to resolve the issue.
I’m not sure what other issues that you thought needed to be investigated–do you have any additional advice?
Crystal