bootstrap style in pdf with mpdf library

I just did a quick test.
It's not looking so bad with mpdf.
What is your Joomla template?
What do you get with Fabrik's default bootstrap?
Is it list or details view?
 
I just did a quick test.
It's not looking so bad with mpdf.
What is your Joomla template?
What do you get with Fabrik's default bootstrap?
Is it list or details view?

My template is Hydrogen - Gantry 5
is a detail view with unions (many groups)
I want to customize style in the pdf as shown in the form
 

Attachments

  • formulario.png
    formulario.png
    246.9 KB · Views: 356
  • pdf.png
    pdf.png
    253.3 KB · Views: 700
Try with
float:left;
instead of
display:inline-block; (which is the setting for domPDF to get the divs inline)
for your column css (I don't know what it is in Gantry5)
in custom_css.php

(.spanX (in bootstrap2) should have float:left; anyway but it's only working with setting this again on my site)
 

Members online

No members online now.
Back
Top