PDF styling

aje

Member
I am printing a list as pdf. Its going to be labels. i Have 3 columns and 8 rows.

On the second page i get the first line get pushed to the right. Have used alot of time on this and get it to work. Please help.....
 
On the second page i get the first line get pushed to the right.
I think there were several similar threads and it was related to the Joomla template (no time to search at the moment)
 
Yup, we've definitely seen this before, I just can't remember what the solution was.

Sounds like a ":first-child" issue somewhere.

-- hugh
 
Ok, found one.
http://fabrikar.com/forums/index.php?threads/problem-report-pdf.42682/

Are you running the domPDF lib from Fabrik/GitHub?
I think the issue in the other threads was a wrong/outdated... domPDF lib from somewhere else.

Or this one (which was your own thread):
http://fabrikar.com/forums/index.php?threads/pdf-template.41766/
I don't know what domPDF is injecting at page start, but I can replicate the issue.
It should be ok with adding to

#listform_$c .row-fluid .span4 {
...
margin:0;
}
and to remove
<h1><?php echo $this->table->label;?></h1>
in default.php line 35

Don't ask why ;) but this way its working on my site.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top