• My posts (I haven’t gone live yet) don’t format correctly when printed. It cuts off the first couple of lines at the top on each page.

    Can someone please help with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Branko

    (@brankoconjic)

    Hi @paulapurple,

    It could be caused by sticky header. Try adding the following CSS code into the Additional CSS field in Appearance ? Customize:

    @media print {
      .si-sticky-header #sinatra-header-inner,
      .wp-block-embed,
       #si-pre-footer {
           display: none;
       }
    }

    Let me know if that helped.

    Thread Starter PaulaPurple

    (@paulapurple)

    Thanks so much!

    It’s definitely better, although it’s still cutting off the top part a bit.

    Is there a way to print it like this with the header?

    Also, are there two } at the end or just one?

    Branko

    (@brankoconjic)

    Can you share your website URL?

    Yes, there are two closing curly brackets.

    • This reply was modified 3 years, 9 months ago by Branko.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Print formatting’ is closed to new replies.