• Resolved cov182004

    (@cov182004)


    Hi when I try and set up a print page using social buttons the print preview shows only the title and next page and misses all the information.

    Any help would e gladly received

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

Viewing 1 replies (of 1 total)
  • Hi,
    Sorry for the late reply. I was on the trip. Add this CSS rule in your theme style.css file. it will solve your print information problem.

    @media print {
      #jspRound{
        display: block !important;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Print’ is closed to new replies.