kartik-v / yii2-mpdf

A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
http://demos.krajee.com/mpdf
Other
161 stars 150 forks source link

Column is getting pushed to the next line. #8

Closed bluetechy closed 9 years ago

bluetechy commented 9 years ago

I tried using this project's custom bootstrap file to see if this would resolve the same problem documented by the following two link where the col-xs-# class moves to the next line:

Got any suggestions on how to resolve this issue?

kartik-v commented 9 years ago

Not sure about the above - but as a rule... mPDF works with CSS2 specs and does not work with new CSS3 specs (unless those features are CSS2 compliant). You would need to use markup that is supported in CSS2.