Has anyone successfully moved the check in the mi...
# advancedpdf
l
Has anyone successfully moved the check in the middle or bottom of a voucher check layout? I'm just taking chances again since I don't want to waste our printed checks.
a
@Luis Yes, it's pretty easy. The template's body is divided into thirds, where each third is wrapped in its own <div></div> element. The first <div> is the check. Just grab that whole block and put it where you want it to be. After the closing </div> tag for one of the other thirds.
d
@ANHE Hi! I'm facing the same issue as Luis. I need to place the check in the bottom of the preprinted form. I'm looking onto the Advanced PDF template but I see only one <div> element, which is holding all the data in the body. Any idea how to make it work for me?
l
I just copied the whole div element and adjusted the top, left, right and down, etc.