• jantsDesign

    (@jantsdesign)


    I’ve used the shortcode just to be able to download certain pages but the pdf only shows one element of text.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • rzharding

    (@rzharding)

    Matt,

    The few times I have had trouble printing a PDF document is because of issues with <div>s and alignment of images which I have always been able to resolve with a bit of effort.

    Most of your personal information is in the margin – the width of the margin is set to 120px. I would try getting rid of the margin which will then place your personal information inside the <div class=”print-cv”> I suspect that is not helpful.

    .print-cv {
    width: 120px;
    margin: 0 auto 120px auto;
    }

    Does that make sense? Do you know about Inspect Element or Inspect menu option on your browser?

    Richard

Viewing 1 replies (of 1 total)
  • The topic ‘PDF not showing all text’ is closed to new replies.